CubeMXIDE multiple definition bug still here
FreeRTOS project:
code generated includes code in Drivers/CMSIS/Device/ST/STM32F4x/Source/templates
File is of definitions, likely stm32F4xx.h
This conflicts with the file included at Drivers/CMSIS/Device/ST/STM32F4x/Include.
This seems to only happen when using FreeRTOS and CMSIS V2 interface.
Did you mean to include something like stm32F4xx.C in the templates location?
The information is redundant, giving me about 8 multiple definitions. Deleting the template file produces working code.
This has been around for a long while.
