Resolved! STM32L476 -flto causes WWDT interrupt to trigger even though WWDT is disabled.
Hi! I have a project in which I tried to enable LTO for release builds. Issue is that the code hangs before entering the main loop. Upon investigation, I found that an interrupt is triggered: the code gets stuck in the default implementation for the ...