STM32H745x Examples from STM32CubeMX not compilable
Hello,
I would like to experiment on the nucleo board with STM32H745 development kit (dual cores), butr I face some issues. I just downloaded the firmware package from CubeMX and integrated the example code with SystemWorkbench4STM32 as the project files are ready to be used.
During compilation, when everything is integrated in SystemWorkbench4STM32, I get a lot of errors:
C:/Users/***/STM32Cube/Repository/STM32Cube_FW_H7_V1.7.0/Projects/NUCLEO-H745ZI-Q/Examples/BSP/CM7/Src/stm32h7xx_it.c:140: multiple definition of `SysTick_Handler'
Example/User/CM4/stm32h7xx_it.o:C:/Users/***/STM32Cube/Repository/STM32Cube_FW_H7_V1.7.0/Projects/NUCLEO-H745ZI-Q/Examples/BSP/CM4/Src/stm32h7xx_it.c:138: first defined here
This happens to a lot of symbols. It looks like both compilations (CM7 +CM4) are affecting each other when generating the final 2 elf files. This is really strange..
Because of this behaviour, I cannot even test the nucleo board at all. Is there any fix available for this issue in order to make it run?