CubeMX 6.2.1 generates wrong freertos portability layer for STM32H735IGKx
Hi,
I generated code for the STM32H735 discovery kit in cubemx 6.2.1, and noticed that it generates the folder
Middlewares\Third_Party\FreeRTOS\Source\portable\GCC\ARM_CM4F\
The STM32H735 contains a cortex m7 core (afaik), while the above directory contains the portability layer for a cortex M4.
I am assuming this a bug in cubemx ? Or is there an explanation for the mixup ?
What is the advised workaround ?
Regards
Bram