STM32Discovery project halts due to breakpoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-20 2: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.
- Labels:
-
STM32F0 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-20 2:32 PM - edited ‎2024-11-20 2: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-20 2: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.
