SPC58 StandbyMode : How to enter standby mode?
I use spc58nh-disp develop board.
I want to enter the standbymode. but can't enter.
If i setup SPCSetRunMode(SPC5_RUNMODE_STANDBY0) in main loop, It's behave.
But after i get the RTOS, core0, core1 and core2 working, If i work SPCSetRunMode(SPC5_RUNMODE_STANDBY0), is not working.
what is problem?
ex)
--> standby mode working code
wkpu_lld_start(&WKPUD1, &wkpu_config_wkup_cfg);
if (SPCSetRunMode(SPC5_RUNMODE_STANDBY0) == CLOCK_FAILED) {
SPC5_CLOCK_FAILURE_HOOK();
}
if (SPCSetRunMode(SPC5_RUNMODE_STANDBY0) == CLOCK_FAILED) {
SPC5_CLOCK_FAILURE_HOOK();
}
