program counter is hitting WWDG_IRQHandler without enabling the Watchdog. what could be the problem/ cause for this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-27 10:56 PM
Hi,
please find the attached register values of WWDG register on Reset position
Regards,
Sudheer
- Labels:
-
IWDG-WWDG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-28 12:39 AM
Check pending NVIC registers for candidates.
Check spelling for Handler, watch .CPP naming issues.​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-28 1:45 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-28 1:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-28 1:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-28 6:14 AM
VECTACTIVE bits will show what the currently active interrupt. Probably it isn't WWDG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-28 6: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-28 9:03 PM
Hi DeLorean,
I am using STM32L476RGT6 controller with STMCubeIDE vr 1.4.0
Regards,
Sudheer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-28 9:22 PM
can you help us with the attached values
