Skip to Content
Hands-On RTOS with Microcontrollers
book

Hands-On RTOS with Microcontrollers

by Brian Amos
May 2020
Intermediate to advanced
496 pages
13h 54m
English
Packt Publishing
Content preview from Hands-On RTOS with Microcontrollers

Memory pools

Memory pools are a popular dynamic allocation technique commonly found in embedded RTOSes. FreeRTOS does not currently supply a memory pool implementation out of the box. A design decision was made in early development to eliminate it because it added extra user-facing complexity and wasted too much RAM.

ARM and ST have elected to not supply any memory pool implementations on top of FreeRTOS.

That concludes our complete cross-reference of the CMSIS-RTOS and FreeRTOS APIs. It should have been helpful in quickly determining what differences you need to be aware of. While CMSIS-RTOS can be used with RTOSes from different vendors, it does not contain all of the features that FreeRTOS has to offer (such as stream buffers). 

Now that ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On RTOS with Microcontrollers - Second Edition

Hands-On RTOS with Microcontrollers - Second Edition

Jim Yuill, Penn Linder

Publisher Resources

ISBN: 9781838826734Supplemental Content