Unsolicited interrupts when temperature rises around 60°C
Hello,
I am using a STM32L476RCT which should work up to 85°C.
I am receiving unsolicited interrupts when I put my board in an environment at 60°C.
I only use usart1 and a few GPIO interrupts, which are working fine. But when the temperature rises, the system gets stuck.
Using the debugger, I was able to see that interrupts are occurring and sending the system to default handler. Those interrupts are WWDG_IRQHandler, and UART/USARTX_IRQHandler. Looking at the registers, those interrupts should be disabled. We do not use WWDG.
A quick fix is to define a custom handler for the interruptions that I don't want, but it does not explain why those interruptions are occurring.
Does anyone has any idea what could go wrong ?
Thanks
