Hi Team,
We are using the nRF52840 for our development purpose. For sake Cyber security purpose we need to disable the Jtag debug port.
For this we have used the below code snippet,
NRF_UICR->APPROTECT = 0x00;
With this we are not able to disable the Jtag Debug Port, is there any other way to disable the port.
Could any one share the Jtag disabling part of code for nRF52840, without impacting the our rest of the Peripherals means Flash, BLE and other peripherals.
Regards,
Srinivas.V