STM32CubeMx with FreeRTOS, LED, UART stuck in infinite loop
Posted on July 31, 2014 at 05:05 The interrupt handler is generated by CubeMx in another file. Here is the code, no changes were made to it: /** * @brief This function handles EXTI Line 0 and Line 1 interrupt. */ void EXTI0_1_IRQH...