SPC58 StandbyMode : How to enter standby mode?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-17 1:26 AM
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();
}
Solved! Go to Solution.
- Labels:
-
SPC5 Automotive MCUs
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-28 8:14 AM - edited ‎2023-08-28 8:14 AM
I recommend to use this application (for STOP mode)
SPC58xHxx_RLA WKPU Test Application and customize for your device (STANDBY)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-28 8:14 AM - edited ‎2023-08-28 8:14 AM
I recommend to use this application (for STOP mode)
SPC58xHxx_RLA WKPU Test Application and customize for your device (STANDBY)
