Issue getting all data over USART with LL API LL_USART_ReceiveData8
Hi, I am using STM32F407VET6 MCU and trying to receive data using LL API LL_USART_ReceiveData8 over USART configured as modbus. I confirmed USART transmit (LL_USART_TransmitData8) is successful through an modbus APP, on rx side of the other devi...