We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
Hello Ken,
as you said, FIFOs are easy and not core specific. SO CMSIS does not offer a separate library for FIFOs.
Kind regards,
Christopher