Hi,
I want reset program by software,Achieve the same effect as through reset pin(Pin H16).
I try to used Bootloader_socCpuResetReleaseSelf(),the program can't restart ,it just stop at vlistinsertend.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I want reset program by software,Achieve the same effect as through reset pin(Pin H16).
I try to used Bootloader_socCpuResetReleaseSelf(),the program can't restart ,it just stop at vlistinsertend.
Hello Shi Guillin,
You can use the warm reset option that will reset all the cores.
You can invoke the same by entering the below mentioned code
Hello Saswat ,
I executed this code,The effect is the same as Bootloader_socCpuResetReleaseSelf().
The program stopped,but bootloader can‘t restart.
Can i realize Power On Reset with software?(Features on the following pictures)
Regards,
guilin.shi
Hello Shi guillin,
Please try the same code with the MMWAVE SDK 4.3.1 which is the new SDK version.
The warm reset Code that I have provided is the only way to achieve all the cores restarting.
The above code has been tested and it works, but there was a warm reset issue in the SDK 4.2.3 which is fixed in the latest SDK release 4.3.1.
Regards,
Saswat
Hello Saswat ,
Because my current project is based on SDK 4.2.3,I have achieved restart in other ways.
I will try it when my project SDK is updated.
Thank you for your support!!!
Regards,
guilin.shi