Skip to main content
LeoC
Associate II
April 10, 2020
Solved

SPC570Sxx Software Reset

  • April 10, 2020
  • 1 reply
  • 978 views

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

    This topic has been closed for replies.
    Best answer by zambrano.luigi

    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

    1 reply

    zambrano.luigi
    zambrano.luigiBest answer
    ST Employee
    April 22, 2020

    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

    LeoC
    LeoCAuthor
    Associate II
    April 22, 2020

    Thanks for support!

    Leo