Wake-up from LLS using a non-LLWU pin

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

Wake-up from LLS using a non-LLWU pin

Jump to solution
584 Views
javervalino
Contributor III

Hello all,

I just want to know if its possible for a KL15 mcu to wakeup from lls using a non-llwu pin. In our case we use PTA4 (a NMI pin) as an interrupt source, this supposed to wakeup the unit from lls.

Thank you very much.

Regards,

Javer

Labels (1)
0 Kudos
1 Solution
475 Views
santiago_lopez
NXP Employee
NXP Employee

Hi Javier,

According to the KL15 Reference Manual on Chapter 3.4.4.2, the microcontroller can wakeup using the NMI when the pin is enabled and asserted

http://cache.freescale.com/files/32bit/doc/ref_manual/KL15P80M48SF0RM.pdf?fasp=1&WT_TYPE=Reference%2...

Remember that the NMI pin must be selected in the PORTA_PCR4 mux and the NMI interrupt enabled in the FOPT register.

Saludos

View solution in original post

0 Kudos
1 Reply
476 Views
santiago_lopez
NXP Employee
NXP Employee

Hi Javier,

According to the KL15 Reference Manual on Chapter 3.4.4.2, the microcontroller can wakeup using the NMI when the pin is enabled and asserted

http://cache.freescale.com/files/32bit/doc/ref_manual/KL15P80M48SF0RM.pdf?fasp=1&WT_TYPE=Reference%2...

Remember that the NMI pin must be selected in the PORTA_PCR4 mux and the NMI interrupt enabled in the FOPT register.

Saludos

0 Kudos