cancel
Showing results for 
Search instead for 
Did you mean: 

SPC570Sxx Software Reset

LeoC
Associate II

Hi,

My setup:

  • SP570S-DISP Demo Board Evaluation
  • uC: SPC570S50E1
  • IDE: SPC5Studio 5.8.1

What is the simplest way to implement a reset via software?

Is there any SPC5 library function that perform software reset?

Thanks,

Regards

1 ACCEPTED SOLUTION

Accepted Solutions
zambrano.luigi
Senior III

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

View solution in original post

2 REPLIES 2
zambrano.luigi
Senior III

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

Thanks for support!

Leo