2020-04-10 05:39 AM
Hi,
My setup:
What is the simplest way to implement a reset via software?
Is there any SPC5 library function that perform software reset?
Thanks,
Regards
Solved! Go to Solution.
2020-04-22 07:42 AM
HI,
the simple way to issue a functional reset is to invoke the following function:
SPCSetRunMode(0x0);
In attachment you can find an example based on SPC5Studio that show you how to issue a functional reset.
Please, feel free to contact me for any other clarification.
Regards,
Luigi
2020-04-22 07:42 AM
HI,
the simple way to issue a functional reset is to invoke the following function:
SPCSetRunMode(0x0);
In attachment you can find an example based on SPC5Studio that show you how to issue a functional reset.
Please, feel free to contact me for any other clarification.
Regards,
Luigi
2020-04-22 09:07 AM
Thanks for support!
Leo