Hi
Having the nRF5340DK board and following few examples from the nRD SDK Connect. After programming the application core, need to program the network core using the hci_rpmsg
When trying to program the network core, it denies being locked, so I realize I need to use the following command to unlock the core prior its programming:
nrfjprog --recover --coprocessor --CP_NETWORK
IN what directory in Promt shall I be to do that ? Because being in general one (C:\Users\"Username") it reports invalid argument
Thank you
Alex