diff --git a/src/openocd/flash.sh b/src/openocd/flash.sh index 64972dd..e3c7515 100644 --- a/src/openocd/flash.sh +++ b/src/openocd/flash.sh @@ -49,6 +49,7 @@ sudo openocd \ -f ./raspberrypi-${INTERFACE}.cfg \ -c "init" \ -c "nrf54l.dap apreg 2 0x000 0x4" \ + -c "sleep 100" \ -c "nrf54l.dap apreg 2 0x000 0x0" \ -c "shutdown"