STM Timer running  in STNDBY mode

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

STM Timer running  in STNDBY mode

1,364 次查看
kpitsupportshas
Contributor I

Hi ,

 

We wanted to start a STM timer just before entering into STBY mode in MPC5748G. This is to implement a periodic check in the SLEEP mode. Could you please answer following queries about this .

 

1. During the timeout , to service the STM interupt whether power mode will be changed automatically to DRUN on a timer interrupt?

2. STM timer is clocked by 80MHZ in run mode, what will be the clock frequency and clock source in STBY mode, is it configurable?

3. In case STM is not active in STBY which other timer can be used for period interrupt.

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

1,109 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

I have shared simple test code using STM here:

Example MPC5748G Standby mode GHS614

1. Yes.

2. In standby, it is necessary to use FXOSC because system clock is not available.

pastedImage_2.png

3. STM_0 is active in standby.

pastedImage_3.png

Regards,

Lukas

0 项奖励
回复