I am trying to run UART on STM32 MCU using HAL library for one of my application. I would like to receive packet of data which I am not able to do. Can you please guide me in this? I have provide details below.
I have created an application where I can transmit and receive data over UART port one by one. I am also able to receive packets in sets where I know the size of the data.But in my case, I want to receive data packet of unknown length and read from r...