You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: