Skip to main content
Peeters.Bram
Associate III
May 12, 2021
Solved

CubeMX 6.2.1 generates wrong freertos portability layer for STM32H735IGKx

  • May 12, 2021
  • 1 reply
  • 842 views

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

This topic has been closed for replies.
Best answer by Pavel A.

This is OK. Please see readme file of FreeRTOS and other their docum for more details.

-- pa

1 reply

Pavel A.
Pavel A.Best answer
Super User
May 12, 2021

This is OK. Please see readme file of FreeRTOS and other their docum for more details.

-- pa