cancel
Showing results for 
Search instead for 
Did you mean: 

Bug: CMSIS RTOS v2 missing memory pool functions

Hrvoje Brezak
Associate II

When CubeMX project is generated with FreeRTOS enabled and using CMSIS RTOS v2, function definitions for memory pool functionality are declared in 'cmsis_rtos2.h' file but their implementations are completely missing from 'cmsis_rtos2.c' or anywhere else in the project. Naturally this results in build failing with "undefined reference to 'X' " error report.

I'm using CubeMX v5.2.0 and STM32F4 series package v1.24.1 in Atollic TrueStudio.

1 REPLY 1
Schmid.M.
Senior

missing that too.. will that be added at some point or is there no plan of implementing it?