2026-05-08 3:37 AM
With STM32CubeIDE 1.19.0, i generate a CMake project for STM32U073CCT6. The generated startup file has a DMA1_CHannel1_IRQHandler instead of DMA1_Channel1_IRQHandler.
2026-05-08 6:17 AM
Ah, right: so just an empty project - no generated code at all.
So what version of the Firmware Pack are you using?
@mƎALLEm suggested that this has been fixed in a recent release of the Firmware Pack...
(Because CubeIDE is no longer responsible for code generation, I think it no longer manages Firmware Pack updates)
2026-05-08 6:28 AM
I don't think it's related to the MCU package because i have only the 1.3 installed and CubeMX use a correct startup file when creating a CMake project. So CubeIDE shouldn't use those package for creating a CMake project.
2026-05-08 7:21 AM
As stated previously start from CubeMx and generate a CMake project. Do you face the same issue?
2026-05-08 7:24 AM
As stated previously, startup file is correct in CubeMX but not in CubeIDE.