2024-11-20 02:27 PM
I'm using the onboard ST-Link to debug and flash code onto the board. When I use OpenOCD it halts the program at the first line of main. Even when I have the program skip all breakpoints in still halts. I'm very confused on what to do.
Please let me know what to do.
2024-11-20 02:32 PM - edited 2024-11-20 02:35 PM
> I'm very confused on what to do.
If you want to let the program execute, click the "Resume" button or F8.
Try the ST own debugger. Select it in the debug configuration instead of OpenOCD.
2024-11-20 02:58 PM
Sorry,
I have it connected to a Bluetooth module that was not displaying anything and assumed the program wasn't flashing to the board.