Problem with HAL_UART_Receive
Posted on November 03, 2016 at 13:58hi to all i have this problem, i use STM32L152RE and a SIM900 GSM/GPRS Module, now if i send the data with HAL_UART_Transmit(&huart1,command_AT,sizeof(command_AT),1000); all work well, but i wont t receive the ...