nRF5340 Programming Issue

Hello everyone,

During the design of my core board, I encountered an issue where after flashing a demo program, the core board cannot be programmed again. The demo program I burned controls an LED to toggle every 1 second. I initially suspected a crystal oscillator problem, but after removing the 32MHz crystal, the waveform measured by the oscilloscope shows a frequency of 387Hz with a period of 2.58ms, confirming that the board is using the internal oscillator.

My core board is not powered externally—it only receives 3.3V power and GND through the debug pins. Currently, I cannot perform reprogramming, and even erase commands are ineffective, although I can still detect the nRF5340 chip. What could be the potential issue in this situation?

Related