Disable SPLL and FIRC

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Disable SPLL and FIRC

1,436 次查看
leekate-b45752
NXP Employee
NXP Employee

Hello,

Where can I find Disable SPLL or FIRC API in SDK? 

Should I generate one more clock configuration in order to disable SPLL and FIRC before entering VLPS mode? 

I also can't find DeInit API, could you guide how to implement "scg_disable_pll_and_firc()" with SDK? 

AN5425

pastedImage_1.png

Best regards,

Kate Lee

标签 (1)
0 项奖励
回复
1 回复

1,386 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hello Kate,

The power_manager SDK driver disables FIRC, SPLL, SOSC and switches the system clock to SIRC before the MCU goes to VLPS.

You can use the power_mode_switch SDK example and call this function:

/* Set power mode to VLPS */
 retV = POWER_SYS_SetMode(VLPS, POWER_MANAGER_POLICY_AGREEMENT);

In power_manager_S32K1xx.c,

function POWER_SYS_SwitchToSleepingPowerMode()

pastedImage_1.png

Regards,

Daniel

0 项奖励
回复