2024-07-30 01:49 AM - last edited on 2024-07-30 06:53 AM by Andrew Neil
Hello all,
A very good afternoon, I hope you all are doing good
I am implementing Diagnostics in my project and in the during the implementation of service 11 I am facing the issue for software rest, I want to know which API performs the software reset in autodevkit and here I am using the example "AVAS Compact - Test Application"(shown in snippet) as my base code.
So can I know which API I need to use inside my project so that it will do software rest (this is needed for me for SID_11 implementation).
Thanks & Regards,
Aishwarya UM
2024-07-30 06:47 AM
Hi,
You can try the following function:
SPCSetRunMode(0)
Alternatively you can write MCU registers by yourself:
Best Regards,
AutoDevKit Team