STM32L496 LPUART interrupts only once for every interrupt type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-22 4:30 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-22 9:55 PM
This is up!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-23 2:37 AM
Code might be illustrative ..
Up vote any posts that you find helpful, it shows what's working..
