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?
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.
