STM32Cube MCU Full Package for the STM32F7 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
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?
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 insidecmsis_os2.c
source file. Additionally, filesfreertos_mpool.h
andfreertos_os2.h
are missing from pathMiddlewares\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?