Hello everyone,
I’m new to hardware programming and need some help.
THE STORY : I opted for the Daisy Seed Rev 7 and Arduino IDE as my programming software. When I installed the Arduino IDE and STM32CubeProgrammer on my computer, I followed Takumi youtube video “How to Add Daisy Support to Arduino IDE” and selected all the parameters as described. In the end, I was able to successfully upload the “Blink” example to the Daisy Seed. I then started my own project. Updated the STM32CubeProgrammer to the requested version 2.16.0 when opening the Arduino IDE and now… I’m no longer able to upload programs to the Daisy Seed (in bootloader mode). I’ve tried uploading the “Blink” example again (it’s already in the Daisy Seed), and I’m getting the same errors as with my own program.
Here are the errors obtained with the “Blink” example :
Sketch uses 19848 bytes (15%) of program storage space. Maximum is 131072 bytes.
Global variables use 1352 bytes (0%) of dynamic memory, leaving 522936 bytes for local variables. Maximum is 524288 bytes.
Selected interface: swd
-------------------------------------------------------------------
STM32CubeProgrammer v2.16.0
-------------------------------------------------------------------
Error: No debug probe detected.
Failed uploading: uploading error: exit status 1
THE QUESTION :
- How to get rib of that?
- Should I do something when I’m ask to do an update of the STM32 or a Library?
Thanks in advance