Hi guys,
I was working on my nRF5340 based custom board.
From a certain point on the nRF5340 stopped to accept any command from J-Link (SWD link).
For example, in response to a command like this
From a certain point on the nRF5340 stopped to accept any command from J-Link (SWD link).
For example, in response to a command like this
$ nrfjprog -f nrf53 --pinreset
an error message is printed out
"ERROR: JLinkARM DLL reported an error. Try again. If error condition persists, run the same command again with argument --log, contac Nordic Semiconductor and provide the generated log.log file to them."
You can find the log in the attached file.
Furthermore, lots of messages
*** Booting Zephyr OS build v2.3.0-rc1-ncs1 ***<CR><LF>
*** Booting Zephyr OS build v2.3.0-rc1-ncs1 ***<CR><LF>
..
are popping out from UART
*** Booting Zephyr OS build v2.3.0-rc1-ncs1 ***<CR><LF>
*** Booting Zephyr OS build v2.3.0-rc1-ncs1 ***<CR><LF>
..
are popping out from UART
What happened ?
Thanks