I am working on Flashing Code into Nordic nRF52832 using SWD Protocol.
We have achieved 80% SWD in communicating and flashed code into Nordic and verified all is working fine.
Now we need to know how to make the code RUN(Since currently, it will be in Debug Mode). Without POR.
We need to know the RESET Comment used for making code RUN.
Example:
If we are connecting a Debugger (Say it as Segger j-Link ) RUN button. Once we Click Run Button Code will start Running. We just want to Implement what happens when we click RUN Button.
We need to know is there any register configuration to be used to make Code RUN, If so please let us know what are those registers.