LLWU ISR triggered from LLS3 without flags set

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

LLWU ISR triggered from LLS3 without flags set

498 Views
nickmckendree
Contributor II

I have a project built on the 802.15.4 MAC sensor FreeRTOS example for a KW41Z from the MCUXpresso SDK 2.2.0. I am noticing that occasionally the processor will wake from LLS3 almost immediately after going to sleep. I was able to trap the LLWU_ISR when this happens and all LLWU flags are 0 so I do not know what is trigger the wake and ISR. 

In the code I removed any pin sources and in this mode, only the LPTMR is a LLWU source. If I look at the LLWU registers at the start of the LLWU interrupt, all registers are 0 except LLWU->ME is equal to 1. 

Any ideas what would cause this?

Labels (2)
0 Kudos
1 Reply

302 Views
gerardo_rodriguez
NXP Employee
NXP Employee

Hello Nick McKendree,

I will try to reproduce this on my side so I can further investigate about this behavior. I'm suspecting that the device is not entering LLS mode correctly.

Could you share more information about your project?

-Example application that you are using

-Code modifications made

-Steps to reproduce the problem

Best regards,

Gerardo

0 Kudos