Question
NVIC_SystemReset in interrupt
Posted on August 07, 2012 at 23:40
Hello
I implementing something like own watchdog, but I can't reset STM32 in SysTick interrupt. It just stop SysTick interrupts but nothing more.I tried to disable interrupts before, but it is same with:__disable_irq ();NVIC_SystemReset ();Is it possible to reset it in some way while I can't do it in main loop?UPDATE: I check that NVIC_SystemReset dont work even in main loop.. Whole STM32 only stop working, but no resetting.Thanks #stm32-watchdog-system-reset