- 96 MHz/n, (n>=24). => 4000kHz, 3840kHz, 3692kHz, ...
nrfjprog --recover command suggested by AI.
Does anyone have any good solutions?nrfjprog --recover command suggested by AI.
Does anyone have any good solutions?Hello,
Probably If VTref is not correctly connected to your board's VDD. As you can see 3.1V at VDD but on the Jlink commandar output Vterf is 1.6V. Can you check with different cable?
Thank you for advice! I've checked the board and it seems that I connected the SWD pins incorrectly.
You have the same voltage for VDD and Vterf?
Hi Kazi,
I have a few custom PCBs based on the nRF5340 and several peripheral ICs. One of these ICs has an absolute maximum supply voltage of 1.98 V. The boards do not include any external over-voltage protection.
For debugging, I have been using an nRF5340 DK as a J-Link probe, with SB19 shorted so that the probe senses the target VDD level.
Several boards eventually developed a hard short between VDD and GND. After some investigation, I found that the failed component was the IC with the 1.98 V maximum supply rating. Once it was removed, SWD access to the nRF5340 was restored.
Funny thing is that I have VTref = 3.3V log in the JLinkExe even if I measure 1.8V in the target.
I have two questions: (i) when using the DK as a debugger in this configuration, is there any possibility that the probe could briefly drive or expose the target to a higher voltage (e.g., 3.3 V) before it detects and adapts to the target VDD level? And (ii) can I have such an output with such a target voltage?
Best regards,
João Colombari
Hello,
(i) when using the DK as a debugger in this configuration, is there any possibility that the probe could briefly drive or expose the target to a higher voltage (e.g., 3.3 V) before it detects and adapts to the target VDD level?
"It is recommended to power the external board separately from the DK. The voltage on the external board must match that of the DK. When the DK is powered through the USB connector, the voltage is 3 V."
https://docs.nordicsemi.com/bundle/ug_nrf5340_dk/page/UG/dk/hw_debug_out_segger53.html#ariaid-title1
I have not seen that we have done any characterizations on this. So, its best to power the custom board separately.
Thanks.
BR
Kazi