This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Eclipse CDT debug and NVIC registers

I'm using Eclipse CDT for debugging according to the tutorial on this site. I've installed the device pack and I do see the nRF52 peripherals in the debug view. However all the general ARM Cortex-M4 peripherals are missing, e.g. the NVIC and SCB registers.

Is there an easy way to display both?

Related