2015-02-01 12:09 PM
hi
I create a program withcubeMX
forKeil5
andstm32f4discovery(407VG)
. I wantUART
transmition with PC.I can send data to PC withHAL_UART_Transmit(&huart6,(uint8_t*)aRxBuffer,8,20000);
please help me to interrupt received data and use of HAL_UART_RxCpltCallback. thanks