2020-06-14 01:55 AM
I got an STM32F401CC6 blackpill module.
I tried to upload via Arduino IDE the demo project blink.
After succefull upload the board does not work.It lights only the red led and not the blue one.
Is there any way to recover it?
Thank you ,
Yannis
2020-06-14 05:08 AM
Not really an Arduino forum here.
You should be able to program via SWD/JTAG connection.
If you jumper to boot into system mode, and connect via USB, I'd expect it will come up in DFU mode, and you can program via USB option in STM32 Cube Programmer
2020-06-14 08:07 AM
Thanks for your interest.
I know that it is not an Arduino forum.
I just want to know if there is any way to recover it.
My blackpill has no jumpers.
It has 2 buttons one RST and one BOOT.
I press the BOOT button continiously and the the RST one time and that is the way the board gets into progaming mode.
When i do that my Laptop finds the board but i am not be able to upload anything.
2020-06-14 12:38 PM
> i am not be able to upload anything.
Okay... why not?
2020-06-15 12:35 PM
My problem solved.
It seems that is something wrong with my Mac Arduino IDE installation or with the drivers for STM32 in Mac.
I Tried to upload something in my Windows 10 laptop and everything is OK.
Thank you for our time and help.