STM32F407 hang and watchdog doesn't reset
Hi everybody,I'm sorry for poor English.I'm using STM32F407VET6 in my board and I set up watchdog timer. However sometimes microcontroller hangs . Here is the main loop of my code:while(TRUE) { // ====================================== ...