Hi,
On nRF5340 development board I followed the instructions in this link and ran the blinky example successfully: Getting Started Guide — Zephyr Project Documentation (nordicsemi.com)
Now I want to run this blinky example in high voltage mode of the nRF5340 board, but failed. the LED do not blink. how should I do it? do you have some suggestion?
This is my steps:
1. switch the dev board to Li-Po.
2. use "TRACE" and J-Link to connect the board to PC (via SWCLK and SWDIO).
3. run the command: nrfjprog -f nrf53 --memwr 0x00FF8010 --val 0xFFFFFFFD
to write the register.
4. erase the board and flash blinky program into the board.
by the way, how to use "west" to erase the board?
Thanks,
Carl