2021-06-27 10:56 PM
Hi,
please find the attached register values of WWDG register on Reset position
Regards,
Sudheer
2021-06-28 12:27 AM
This can be a common handler for all interrupts for which you haven't written a handler, so it can be a hardfault too.
JW
2021-06-28 12:39 AM
Check pending NVIC registers for candidates.
Check spelling for Handler, watch .CPP naming issues.
2021-06-28 01:45 AM
2021-06-28 01:45 AM
2021-06-28 01:46 AM
2021-06-28 06:14 AM
VECTACTIVE bits will show what the currently active interrupt. Probably it isn't WWDG.
2021-06-28 06:57 AM
>>but there is no pending interrupt,
Non-zero ISPR/ICPR suggests otherwise..
I'd need to know the specific part to try and unpack that. Keil has an NVIC view breaking the content down by IRQ name from .SVD file
2021-06-28 09:03 PM
Hi DeLorean,
I am using STM32L476RGT6 controller with STMCubeIDE vr 1.4.0
Regards,
Sudheer
2021-06-28 09:22 PM