Skip to main content
Harvey White
Senior III
March 31, 2021
Question

When using FreeRTOS, CubeIDE generates a file, system_stm32f7xx.c under Drivers/CMSIS/Device/ST/STM32Fxx/Source/Templates. This happens regardless of the version of the interface (V1 or V2), in 1.6.0, for at least the F767 processor. Is this a bug?

  • March 31, 2021
  • 2 replies
  • 710 views

The file contains duplicate definitions, seems to have no purpose, and prevents compilation unless deleted. This is a C++ project.

Given the source code (which I wouldn't have), I'd look at the specific reason that the template file is included. It seems to be wrong.

This topic has been closed for replies.

2 replies

Cartu38 OpenDev
Graduate II
April 1, 2021

Not able to replay on my side. Please could you share your .ioc file ?

Harvey White
Senior III
April 1, 2021

Here you are. F767.