No Interrupts at all reveived on STM32F413
Hey guysI'm currently wondering why i'm not reveiving any interrupts at all on my STM32F413I used cube mx to create a new project.For starters I'd like to send some data via UART with an interupt transfer.uint8_t dummy[4] = { 0 }; volatile HAL_Status...