STM32L475 and URC's management via UART
Hello,
I'm managing a Wifi modem using one of the USARTs of the STM32L475.
Modem is working fine when sending and receiving AT commands and data, but I'm not able to receive URC's.
I only receive URC's when they come 'together' (very close) to the answer of a AT command.
But if do not receive any URC when micro is not asking nothing: in this case, micro has RX IRQ activated (HAL_UART_Receive_IT(...)), and micro enters into the HAL_UART_RxCpltCallback when receiving data, but no URC is received --> The only character received at this time is either 0x0A or 0x0D.
Any suggestion in managing URCs?
Regards
