Hi,
I have two nearly identical revisions of a board with an nrf5340 which behave differently in a curious way:
On one revision I can issue a "mon reset" command in gdb, and it will reset the chip and then wait until a "continue" command is issued.
However, doing the same on the other revision will still reset the chip, but start running immediately, without waiting for a "continue" command.
I have flashed both boards with the exact same image (and with "--recover"), and attached the debugger in the same way via "west attach".
Also, this has been observed with multiple boards across these two revisions, and they all show the same behavior respectively.
What could be the reason for this?