cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L496 LPUART interrupts only once for every interrupt type

Atilla Mete Turedi
Associate II

Posted on May 22, 2018 at 13:30

Hello,

Weird problem here.

Every interrupt we get from the LPUART1 interrupts only once. I am sure we are clearing the flag for the interrupt. I can check it with the debugger and see its cleared.

When the exact same interrupt condition happens for the second time, this time the code does not branch to interrupt in stm32l4xx_it.c. I can see that the corresponding flag goes high, the interrupt enable is still set but nothing happens.

We are using IAR for compilation and debug.

Does anyone have any idea what might be causing this behavior?

Regards,

Mete

2 REPLIES 2
Atilla Mete Turedi
Associate II
Posted on May 23, 2018 at 06:55

This is up!

Posted on May 23, 2018 at 09:37

Code might be illustrative ..

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..