2022-03-25 05: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
2022-03-26 01: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