Resolved! UART Transmit Interrupt disable while keeping the Receive Interrupt alive
Hi all,I have a question regarding the control of the UART interrupt on the STM32F4.First let me describe the application:int main(void) { SystemInit(); //Stream out Data via Uart via DMA HAL_UART_Transmit_DMA(&huart2, (uint8_t *)UARTMessage_out,...