2019-05-23 08:15 AM
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.
2019-07-22 01:10 AM
missing that too.. will that be added at some point or is there no plan of implementing it?