Question
Bug report Cube+FreeRTOS
Posted on September 07, 2014 at 15:43
There is a bug in STM32Cube (newest version). When I use FreeRTOS then the eTaskGetState() is not available. In FreeRTOS.h which is generated by Cube, the variable INCLUDE_eTaskGetState is set to 0 which means dont include it,
There is no value I can enable in Cube which results in setting INCLUDE_eTaskGetState to 1.In addition to that when I set this variable to 1 by myself then the value is overwritten next time I generate the project.