Hi Experts:
I using RTOS SDK 7.3 and evm board.
I have now successfully compiled tiboot3.bin and ipc_echo_testb.app, and tiboot3.bin can successfully load ipc_echo_testb.app.
I'm currently doing a test to monitor the loading process by constantly switching the power on and off, and I find it very boring and inefficient.
I would like to ask if there is a software reset method, which has a similar effect.
After reset, power on and start sbl, then load the test app, and then reset, power on and start sbl to load the test app,and it will continue forever。
What can I do to achieve this effect ?