STM32Cube IDE debugger, What is difference in Details & Default value of expression
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-25 5:31 AM
As per screenshot, while debugging I am getting different values in Details & Default value of NDTR expression. What is the difference in these 2 fields? Thanks
Labels:
- Labels:
-
STM32CubeIDE
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-26 1:29 PM
DMA is not paused when the debugger is paused. So, readings at different points in time may yield different values.
Some peripherals can be configured to pause when the debugger pauses. See __HAL_DBGMCU_FREEZE_ macros.
hth
KnarfB
