This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Only able to see CPU Registers in NCS/Segger Debugger

Like the title states, I am unable to get any of the peripheral or non-CPU register to be visible while debugging. This issue is present on our custom nrf5340 as well as the nrf5340dk. Using NCS v1.8. Did not have this issue on NCS v1.5 but appears switching to NCS v1.8 broke this.

Parents Reply
  • Hi Daniel,

    Thanks for the quick response. The Register Definition File I was using was nrf5340_application.svd from the $(PackagesDir) which only displayed the CPU registers.

    I just changed it to the nrf5340_application.svd located directly in ncs/v1.8.0/modules/hal/nordic/nrfx/mdk and all registers (both _S and _NS) are now available.

    Thanks!

Children
No Data
Related