S32K144 wdg interrupt

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K144 wdg interrupt

717 Views
nieqi
Contributor I

Hi:

I'm try to enabled wdg intterupt .So i can analzying stack to debug code.I refer to the wdog_interrupt_s32k144 in 0.8.6 SDK.And I set a breakpoint at WDOG_ISR.But when i debug the code,the breakpoint is not working.why?

maybe wdog interrupt just only delay the reset event,so it's can't stop at WDOG_ISR breakpoint.

i wanna to analzy the caller stack when wdog timeout,So what should i do?

pastedImage_1.png

Labels (1)
0 Kudos
1 Reply

665 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi nieqi@klclear.com,

Yes, the reset is only delayed by 128 bus clock cycles.

It stops at the breakpoint but only for a few bus clock cycles.

It was tested here:

https://community.nxp.com/message/979291?commentID=979291#comment-979291 

BR, Daniel

0 Kudos