hi dev
I have a question about nrf52 dk board.
I have 2 dk board : one was written 2021.06 and the other one was written 2022.12
anyway, when I debug same file which I wrote, the two boards show different reactions.
When I turn the dk board off and back on immediately, one works immediately but the other doesn't.
for example, I debug some code - press the button1 then led1 is turned on -
and When I turn the dk board off and back on immediately,
one which was written 2021.06 works very well,
but the other one which was written 2022.12 doen't work. but when I press the button "IF BOOT/RESET", it works again.
I wanna make the program work immediately without pressing the reset button when the power is turned off and on, but I wonder what to do.
The reason why I want to know this is because I'm conducting tests related to blackout.
plus, when I press the button "IF/REBOOT" on the dk board, does the data in flash memory(usibg fstorage or fds) erase?