Regarding Low Power mode in MC9S12XDP512V2

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Regarding Low Power mode in MC9S12XDP512V2

1,555件の閲覧回数
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 返信

750件の閲覧回数
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 件の賞賛
返信