Skip to main content
Hrvoje Brezak
Associate
May 23, 2019
Question

Bug: CMSIS RTOS v2 missing memory pool functions

  • May 23, 2019
  • 1 reply
  • 1134 views

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.

This topic has been closed for replies.

1 reply

Schmid.M.
Associate III
July 22, 2019

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