Hello,
I am working on a little app running on nrf5340 app core. Now I want also to program the network core, to be able to exchange data via shared memory as little demo.
How can I attach the debugger to the network core?
To attach to the app core, I use OpenOCD 0.10.0 , join debugger of course and slighly modified nrf9160.cfg config file.
About this network core, the ID is still 0x6ba02477 ?
My first attempt was to do multi-core debugging but for the moment I only connect to the app core even with multi session ( I can see that because I compare the $PC and for the network core it should be on the 0x01000000 range and it is not...)
nrfjprog tool si able to connect to the network core via --coprocessor parameter but it is too limited for proper debugging session.
hope you can help me
Cheers
sk