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

nRF53 and debugging with SES

I have set up the NCS toolchain, followed the instructions to update the JLink DLL in SES, and successfully built/flashed a few examples to the app core (ie. debug/ppi_trace).

Now I am working on a test application that requires radio access. Ideally I'd like to develop exclusively on the network core so I don't have to do any IPC at this stage. When I follow the suggested procedures for debugging (selecting "nRF9160") I get "Download Failed" messages in SES with a "Failed to write memory" popup. I get the same result trying to program hci_rpmsg sample from zephyr for the net target with SES.

It seems I can use "west flash" from the folder after building with SES, but I am curious if debugging is supported for the net core. What am I missing?

Related