Why the codes wriitten for Compare Interrupt in STM32F373 seem to be cutting off when enterring debug interface?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-11 7:31 PM
There is a strange case that the codes wriitten for Compare Interrupt in STM32F373 seem to be cutting off when entering debug interface as shown in following shortcut. The one of two red breakpoints setting in programing interface are changed by a grey exclamation mark alse the codes according two breakpoints are completely same as HAL_IncTick(); Why?
Thanks for any advice.
Labels:
- Labels:
-
Interrupt
-
STM32F3 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-12 6:41 AM
Not completely sure, but the chip has a limited number of hardware breakpoints, something like 4 or 6. If you exceed that number, some will be disabled.
Try disabling all breakpoints except for 2 or 4 of them.
If you feel a post has answered your question, please click "Accept as Solution".
