Is there a way on the command-line to read the debug port (DP) register or access port (AP) register for nRF52 via the the nrjfprog program?
I do not want to write my own code and build against the DLL but just call the nrfjprog like:
C:> nrfjprog --family nrf52 --readreg XXX
Thanks