cancel
Showing results for 
Search instead for 
Did you mean: 

program counter is hitting WWDG_IRQHandler without enabling the Watchdog. what could be the problem/ cause for this

Skuma.12
Associate II

Hi,

please find the attached register values of WWDG register on Reset position

Regards,

Sudheer

11 REPLIES 11

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

Check pending NVIC registers for candidates.

Check spelling for Handler, watch .CPP naming issues.​

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

Hi DeLorean,

Thanks for your reply.

Checked NVIC registers status, but there is no pending interrupt, please find the attached values for your information.

Is there any thing need's to check apart from Handler spelling and NVIC

Regards,

Sudheer

 
 
TDK
Guru

VECTACTIVE bits will show what the currently active interrupt. Probably it isn't WWDG.

If you feel a post has answered your question, please click "Accept as Solution".

>>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

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

Hi DeLorean,

I am using STM32L476RGT6 controller with STMCubeIDE vr 1.4.0

Regards,

Sudheer

can you help us with the attached values