STM32CubeF7 icon indicating copy to clipboard operation
STM32CubeF7 copied to clipboard

FreeRTOS: No Memory Pool API Support

Open lgacnik opened this issue 2 years ago • 0 comments

CMSIS RTOS v2 files do not provide support for "Memory Pool" functions. Their declaration is provided inside cmsis_os2.h but no definition is provided inside cmsis_os2.c source file. Additionally, files freertos_mpool.h and freertos_os2.h are missing from path Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS_V2 when compared to STM32CubeF4 firmware.

I suppose there is a reason Memory Pool API isn't provided for STM32F7 MCUs? Is support for Memory Pool API planned anytime in the future?

lgacnik avatar Sep 14 '23 18:09 lgacnik