If you try to write a program on a board with nRF5340 installed, an error will occur.
I can write to other boards using the same J-Link, so I don't think it's a J-Link problem.
When writing with VSCODE, the following error is displayed.
-- west flash: using runner nrfjprog
-- runners.nrfjprog: Flashing file: c:\Users\TSP_M1\nrf5340_audio_demo6\build\zephyr\zephyr.hex
[error] [Client] - Encountered error -12: Command select_coprocessor executed for 30 milliseconds with result -12
ERROR: Failed when selecting coprocessor APPLICATION
[error] [Worker] - Low voltage 0 detected in target device.
ERROR: Low voltage detected at the target. Please make sure the device is
ERROR: properly supplied.
NOTE: For additional output, try running again with logging enabled (--log).
NOTE: Any generated log error messages will be displayed.
FATAL ERROR: command exited with status 43: nrfjprog --program 'c:\Users\TSP_M1\nrf5340_audio_demo6\build\zephyr\zephyr.hex' --sectorerase --verify -f NRF53 --coprocessor CP_APPLICATION --snr 821007475
Please tell me the cause of the error.
