Hi, I have changed Vdd from 1.8 V to 3.3 V but now I cannot flash anymore my board (nrf5340). This is the output error:
* Executing task: nRF Connect: Flash: AppCore_RHS_SD_UI_v1B/build (active)
Flashing build to 1050081286
-- west flash: rebuilding
ninja: no work to do.
-- west flash: using runner nrfjprog
-- runners.nrfjprog: reset after flashing requested
-- runners.nrfjprog: Flashing file: c:\nordic\myapps\AppCore_RHS_SD_UI_v1B\build\zephyr\zephyr.hex
[error] [ Worker] - An unknown error.
[error] [ Client] - Encountered error -102: Command select_coprocessor executed for 137 milliseconds with result -102
ERROR: Failed when selecting coprocessor APPLICATION
ERROR: JLinkARM DLL reported an error. Try again. If error condition
ERROR: persists, run the same command again with argument --log, contact Nordic
ERROR: Semiconductor and provide the generated log.log file to them.
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 33: nrfjprog --program 'c:\nordic\myapps\AppCore_RHS_SD_UI_v1B\build\zephyr\zephyr.hex' --sectorerase --verify -f NRF53 --coprocessor CP_APPLICATION --snr 1050081286
* The terminal process terminated with exit code: 33.
* Terminal will be reused by tasks, press any key to close it.
I have tried to erase the board but I get this message: Error erasing device. See the Output tab for more details.
What can I do?
Thanks