Regarding Low Power mode in MC9S12XDP512V2

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

Regarding Low Power mode in MC9S12XDP512V2

1,522 Views
lak
Contributor I

Hello All, 

I have a question regarding low power mode in MC9S12XDP512V2 microcontroller. In full stop mode (i.e, STOP instruction is executed and PSTP = 0), the manual says that only an external interrupt and reset can wakeup the controller. I find something called Autonomous Periodic Interrupt which runs on internal RC clock. The following are my questions 

  1. Can Autonomous Periodic Interrupt wakeup the controller from full stop mode?
  2. Can we receive CAN messages in the data registers when controller is in full stop mode? 
  3. Other than IRQ and XIRQ interrupts, is there any other way controller can be woken up when in full stop mode?  
  Thanks
Labels (1)
0 Kudos
Reply
1 Reply

717 Views
kef
Specialist I

"Only external interrupt can wakeup", external here is probably to express that with clocks stopped, something like timer interrupt or SCI module just won't happen, because no clock. And yes,

1. API should work, because it runs from separate RC clock.

2. MSCAN can wakeup from stop on bus activity. However iIt will wakeup even if message is not for you.

3. Key wakeup interrupts. See port P, J, H interrupts

0 Kudos
Reply