Posted on February 01, 2015 at 21:09hi I create a program with cubeMX for Keil5 and stm32f4discovery(407VG). I want UART transmition with PC.I can send data to PC with HAL_UART_Transmit(&huart6,(uint8_t*)aRxBuffer,8,20000); please help me to interru...