Receptions issues in interrupt driven IO with USART2 when HAL_UART_Receive_IT() is called before HAL_UART_Transmit_IT()
Posted on July 14, 2016 at 12:45 Hi there, here it is the environment: custom board with stm32f427, Cube FW 1.11, freeRTOS, eclipse mars. This is the scenario: UART IO with a bluetooth module via USART2 peripheral. I send s...