FS32K116 VLPS Wakeup Issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FS32K116 VLPS Wakeup Issue

662 Views
jeffery_huang
Contributor I

The clock source of LPTMR is currently set to SIRC. It is found that if SOSC is turned off, LPTMR cannot wake up from VLPS mode. Below picture is the setting of clock.

 

123.png

0 Kudos
1 Reply

608 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hello jeffery.huang@sacsys.com.tw,

SOSC has no impact on the LPTMR functionality in VLPS.

The SOSC clock must be disabled before the MCU enters VLPS anyway.

The power manager SDK driver disabled SPLL, SOSC and FIRC and switches to SIRC when the POWER_SYS_SetMode(VLPS, ...) function is called.

Is the SIRC clock enabled in VLPS

pastedImage_2.png

Regards,

Daniel

0 Kudos