I'm getting an LW_delayed log event from the ti.sysbios.knl.Clock module. How to I fix this?
I'm seeing the timer interrupt event, then I normally see the clock work function (swi) events. But once in a while (repeatable) I see the timer interrupt and no clock work events. Eventually, the clock work function does run (after 4 ticks) and it logs the LW_delayed event. I can conclude that the work function was not posted (Swi_post) by the timer interrupt for some reason. What is my program doing to make this occur?
Thanks
~ Ramsey