Inspecting registers in IAR EWARM 8.22
Hi all,
I hope someone here can help.
When I debug my application (STM32L476QE) using IAR embedded workbench V8.22, I try to watch the NVIC registers
(View->Registers-> Rigisters 1, then right click and selecting 'View Group->Nested Vectored Interrupt Controller'), but all of their values are seen as 0x00000000 (even though that is not the actual value for sure).
What can be the problem?
The mapping of the resters within IAR are correct as seen in 'Project->SFR Setup'.
#iar-ewarm