Cant wakeup KL26Z from LLS

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

Cant wakeup KL26Z from LLS

778件の閲覧回数
nobodyKnows
Contributor III

Hello,

I cant wake up my KL26Z from LLS mode.

 

I configured the LLWU with ...

  LLWU_SetExternalWakeupPinMode(LLWU,8,kLLWU_ExternalPinFallingEdge);
  LLWU_SetExternalWakeupPinMode(LLWU,7,kLLWU_ExternalPinFallingEdge); 
  PORT_SetPinInterruptConfig(PORTC, (1<<4) | (1<<3) , kPORT_InterruptFallingEdge);
  NVIC_EnableIRQ(LLWU_IRQn);

 

And enter the LLS with ...

  SMC_SetPowerModeLls(SMC);

 

I push a button to cause a falling edge on PTC4/LLWU_P8 but nothing happends.

 

What is wrong? Why I cant wake the MCU from sleep mode?

 

I hope someone can help me.

 

Thanks a lot and best regards,

 

Maximilian

ラベル(1)
0 件の賞賛
返信
0 返答(返信)