Can anyone help implementation of circular buffers in FreeRTOS
The FreeRTOS Queues are pretty much circular buffers.
1 Like
Hi @Kalpana,
FreeRTOS also provides StreamBuffer and MessageBuffer. Here is the introductions:
Thank you.
1 Like
Thank you so much for the replies and links.