2021-05-15 01:25 PM
Hi,
I am quite new in this MCU world and I bougth a BluePill board (STM32F103C8T6) to start doing the basics and learn.
At first I tried to use the IAR Embedded IDE to program the board but when I tried to debug the following error appears.
Then I tried to use the STM32CubeIDE and I've got the same problem.
When I connect the board with the USB to the computer, I look for it at the "Device Manager" window but it doesn't appear. I already downloaded the drivers for this board but it is still not being detected. I am out of options on what to try.
Solved! Go to Solution.
2021-05-15 03:17 PM
It is not going to work with ST-LINK drivers.
If you set the BOOT0 pin high, via the jumper, the USB should connect as "STM32 LOADER", and you can use STM32 Cube Programmer via the USB/DFU mode
If you want to connect via the SWD programming header then you're going to need an ST-LINK. This will permit both programming and debugging.
2021-05-15 02:14 PM
Do you have an ST-LINK?
2021-05-15 02:46 PM
No, isn't the board enough? I thought that buying just the board would let me programmed it.
2021-05-15 03:17 PM
It is not going to work with ST-LINK drivers.
If you set the BOOT0 pin high, via the jumper, the USB should connect as "STM32 LOADER", and you can use STM32 Cube Programmer via the USB/DFU mode
If you want to connect via the SWD programming header then you're going to need an ST-LINK. This will permit both programming and debugging.
2021-05-15 03:22 PM
Great, thank you for taking the time to answer me :)