I have installed STM32CUBEIDE for software development. I am trying for internal debugger to debug my code and get the output on console but breakpoint not working. C code is not dependent on hardware. Please tell me setting in IDE so I can see output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-14 10:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-14 11:52 AM
How can in not be HW dependent?
You'd need to output via a USART that you've initialized and plumbed, or use the PB3 / SWO pin for the SWV methods to work.
You provide NO details of your board or the STM32 MCU model you're using.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-15 4:23 AM
If you mean simulator debug without hw , then no in CubeIDE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-17 4:21 PM
The IDE does have the ability to turn off breakpoints (it's not the breakpoint window, that works to control each one individually).
It's up in the top tool bar on the left hand side.
You may be able to put in a breakpoint, and see that it is disabled with a small diagonal line through it. Not always so obvious.
