cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX 5.2.0 has broken the build when it uses FreeRTOS v10 - where do I log the defect?

DOsbo
Senior

Create a project thus:

  1. Use the board selector to select STM32F779I-EVAL board and Start Project
  2. Under Middlewares enable FreeRTOS with CMSIS_V1 (note this package uses FreeRTOS.v10)
  3. Fill out details in Project Manager. Use one of the script IDEs e.g Makefile
  4. Generate code
  5. View the Makefile and discover cmsis_os.c and cmsis_os.h is missing from the build.

Some smarter IDEs are finding another cmsis_os.h in Drivers\CMSIS\RTOS\Template, but it's out of date (it's for FreeRTOS v9 - so actually another bug). That confused me a bit, before I got to the root cause (item 4 above).

Where do I log this defect so it can be fixed?

Cheers

0 REPLIES 0