Register issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-31 6:46 AM
I have faced this issue, all the parts of my MCU registers are null. If I press "step over" button, it goes right, but when I press "resume" button, it goes as the following picture. I notified this issue when I was implementing a LCD project. I have cleared Flash memory through STM32programming software, but nothing happened.
Please help me, thanks in advance.
P/s: I use STM32f407VGT6
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-31 7:32 AM
Registers aren't updated while the code is running. Hit pause to populate them. You can also use live expressions to track a variable, but live expressions tend to be buggy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-31 7:37 AM - edited ‎2024-07-31 7:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-31 7:37 AM
Thank for your answer.
But before this issue occurred, i didn't have to press other buttons, it still worked. This issue was just yesterday btw.
