Question
Unable to implement receive data on UART interrupt on STM32F103C8T6
I bought STM32 blue pill(STM32F103C8T6) and started learning on STM32 usng STM32CubeMX and TRUEStudio and successfully LED and UART2 transmitt.
But I want to implement UART receive using interrupt but unable to do so.I have tried as per example but still not getting data.Can any body help me with this?
void HAL_UART_RxCpltCallback(UART_HandleTypeDef *UartHandle)
is i right function for uart recive interrupt???
