cancel
Showing results for 
Search instead for 
Did you mean: 

typo in IRQHandler for CMake of STM32U0

nicolas
Senior II

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.

13 REPLIES 13

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)

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

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.

mƎALLEm
ST Employee

As stated previously start from CubeMx and generate a CMake project. Do you face the same issue?

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

As stated previously, startup file is correct in CubeMX but not in CubeIDE.