Guest
#1436284
Hi, I'm trying to debug and flash my STM32 with OpenOCD/GDB. I start openocd with the following command: openocd -f openocd.cfg -c init My Debug / Load configuration:
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
Load works only one attempt out of 5. The error message is just Load failed... Does anyone have a clue what the problem could be? Thanks a lot!