This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Where to find FIFO library for CMSIS

I am using Cortex-M series microcontroller and wrote my own FIFO implementations. Is there any CMSIS libraries that support common data structures like FIFO so i don't have to write my own? Obviously FIFO is not difficult at all to implement but if there are libraries for these things I rather use them.