Search found 7 matches
- Sun Apr 11, 2021 11:33 am
- Forum: General discussion
- Topic: How to measure the duty-cycle of an signal?
- Replies: 4
- Views: 4181
How to measure the duty-cycle of an signal?
I'd like to measure the duty-cycle of an signal with an unknown frequency, somewhere from 200 Hz up to 1 kHz. The real frequency should not matter. Another challenge is, that this signal is only send from time to time, or better to say, as long as the signal is sent, i'd like to measure and act on ...
- Sun Apr 11, 2021 10:59 am
- Forum: General discussion
- Topic: How to start? Connection issue with Bluepill
- Replies: 10
- Views: 9401
Re: How to start? Connection issue with Bluepill
Can programs be debugged in this setup? I used to do serial writes in Arduino, but here we have no USB-Port.
- Sun Apr 11, 2021 10:03 am
- Forum: General discussion
- Topic: How to start? Connection issue with Bluepill
- Replies: 10
- Views: 9401
Re: How to start? Connection issue with Bluepill
FINALLY I SUCCEEDED! :D
Downloaded the latest update from ST: https://my.st.com/content/my_st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-programmers/stsw-link007.html
and could upgrade my clone without an issue:
st-link_upgrade_successful ...
Downloaded the latest update from ST: https://my.st.com/content/my_st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-programmers/stsw-link007.html
and could upgrade my clone without an issue:
st-link_upgrade_successful ...
- Sun Apr 11, 2021 9:49 am
- Forum: General discussion
- Topic: How to start? Connection issue with Bluepill
- Replies: 10
- Views: 9401
Re: How to start? Connection issue with Bluepill
Ok, i've installed it (the drivers will automatically be installed from there also).
But now i get:

But now i get:
Code: Select all
Error: Old ST-LINK firmware version. Upgrade ST-LINK firmware
Error: Old ST-LINK firmware!Please upgrade it.

- Sun Apr 11, 2021 9:44 am
- Forum: General discussion
- Topic: How to start? Connection issue with Bluepill
- Replies: 10
- Views: 9401
Re: How to start? Connection issue with Bluepill
In other tutorials on the web, they have those dedicated option:
Am i using the wrong boardmanager?- Sun Apr 11, 2021 9:41 am
- Forum: General discussion
- Topic: How to start? Connection issue with Bluepill
- Replies: 10
- Views: 9401
Re: How to start? Connection issue with Bluepill
If i've read it right i have tree options to program the STM:
Using ST-Link programm throught the SWD interface of the chip
Using an UART-Dongle (USB to Serial adapter) with the UART way of programming
Using the USB-Port of the STM (STM32 chip needs to be prepared for this with a special ...
Using ST-Link programm throught the SWD interface of the chip
Using an UART-Dongle (USB to Serial adapter) with the UART way of programming
Using the USB-Port of the STM (STM32 chip needs to be prepared for this with a special ...
- Sun Apr 11, 2021 9:04 am
- Forum: General discussion
- Topic: How to start? Connection issue with Bluepill
- Replies: 10
- Views: 9401
How to start? Connection issue with Bluepill
I've bought some bluepill boards to experiment with. After connected to USB of my PC (Win 10) the POWER-LED is on but the PC claims about an unknown device and an error while requesting device information (Code 43).
Then i read about a wrong pull-up resistor and replaced R10 with an 1,5 kOhm ...
Then i read about a wrong pull-up resistor and replaced R10 with an 1,5 kOhm ...