Content originally posted in LPCWare by Lukasz on Thu Jul 30 23:07:32 MST 2015
Yes, I am feeding the watchdog.
I think it is not window refresh issue, because I set WDTC (0xFFFFFFFF) only once in main function.
When reset happen, program counter goes to Reset_Handler and watchdog is set to default values (disabled) and flag WDTOF is set.
So the watchdog resets the uC, but I think It shouldn't do that becaufe of WDTC value (0xFFFFFFFF).
If I disable the watchdog everythink is OK. But I can't do it.
Maybe it is the access conflict to some resources, but program counter should go to for example BusFault_Handler, HardFault_Handler etc.