debug SFRs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-14 3:24 AM
I can't read/change the SFR values while debugging in CubeIDE .
value of all Registers is "error reading value"
If I try to do that IDE throughs and error.
The only way to read/change values is by suspending the debugging session.
I remember this feature was there in CubeIDE or am I missing something?
my stmide version is 1.16.1
  
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-14 3:30 AM
@Saliwan128 wrote:The only way to read/change values is by suspending the debugging session.  
Indeed.
As the message says, you can't do that while the target is running - you have to Halt:
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-15 9:05 PM
In fact, there is no way for me to see the registers live and without interruption during execution??
Do you have solution for this problem?
