UART circular buffer
Hi
I am using the UART on a 32F030 device and want to recieve data continuously. Really I am looking at just implementing a circular buffer. I have looked at the HAL functions but all the UART receive ones seem to need a length of data to be received. These functions seem useless unless you actually know the amount that comes in to the device. So do people just create their own or has anyone used these functions to create a circular buffer?
Thanks
Jon