User Activity

Hi,I am developing on stm32l011 board and I am facing issue about UART interrupt. static uint8_t rxBuffer[32] = { 0 }; void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) { /* Check if it is start command. */ if(NULL != strstr((char*) rxBuffer,...