Regarding Low Power mode in MC9S12XDP512V2

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

Regarding Low Power mode in MC9S12XDP512V2

1,526 次查看
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
标签 (1)
0 项奖励
回复
1 回复

721 次查看
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 项奖励
回复