Hello,
We are using an nRF52 DK as part of our QC process to send test commands to one of our devices and record responses. However, I think that the people running the tests are accidently re-programming the nRF52 DK board with some other firmware - probably while trying to use a real SEGGER-JLINK to reprogram some other device.
Is there a way to disable the SEGGER Jlink support so that the nRF52 DK will stop acting like a SEGGER-JLINK?
I saw this post
https://devzone.nordicsemi.com/f/nordic-q-a/41638/disable-segger-j-link-ob-debugger/162031#162031
But that will not work for us. We still need to be able to communicate with the nRF52DK overt UART, so I don't think we can completely disable the MCU.
It looks like cutting jumpers SB20 and SB21 will cut off the SWDIO and SWDCLK lines from the MCU. That seems ok, but not perfect. I guess it would prevent the board from being reprogrammed, but the board would still look like a SEGGER J-LINK, so the people running the tests might still get confused.
I know that it is possible to disable the mass storage device feature using the msddisable command, is there some command that we can send the MCU to disable the SEGGER-JLINK support?
thanks!