STM Timer running  in STNDBY mode

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

STM Timer running  in STNDBY mode

767 Views
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.

Labels (1)
0 Kudos
1 Reply

512 Views
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 Kudos