cancel
Showing results for 
Search instead for 
Did you mean: 

No FreeRTOS user-defined info for F746

kevin2399
Associate III
Posted on December 17, 2015 at 21:29

I just downloaded the latest versions of STM32CubeMX (v4.12) and STM32CubeF7 (v1.3).  The package will not generate the task, queue, mutex, semaphore information for the STM32F746 device. The freertos.c file has nothing in it other than the include file definitions.  There is not even code for the defaultTask.  Everything works fine for the STM32F429 device. I need to do a direct comparison between the two devices.

1 REPLY 1
kevin2399
Associate III
Posted on December 17, 2015 at 22:10

My bad - what used to be generated in FreeRTOS.c is now generated in main.c.  Was not expecting that. I guess they like to keep us guessing.