User Activity

Posted on December 21, 2017 at 14:25Good morning. I'v tried to perform an UART receive on stm32f407vg board using RXNE interrupt. But when i execute the code it is blocked on WWDG_IRQHandler infinite loop. I post my code:#include 'stm32f4xx.h'#inclu...