2025-05-14 1:59 AM
Hello at everyone,
I setup on CUBE Ide on STM32C011 mcu without the configurator TIMER1 and I would to manage it on update interrupt, but I have not the stm32c0xx_it.c file that would contain the irqHandler routines.
In this case, how the compiler identifys interrupt handler routine? The name and the associate vector address?
Thanks a million.
Valter
2025-05-14 2:23 AM
The stm32c0xx_it.c should have been generated. If you think you found a bug, please describe all details to reproduce.
If you want to do it bare-metal on purpose, check the startup .s file for the raw irq handler name (TIM1_BRK_UP_TRG_COM_IRQHandler)
hth
KnarfB
2025-05-14 4:17 AM
If you are having issues with CubeMX code generation, please include the IOC file so the issue can be duplicated and corrected.
2025-05-14 4:40 AM
Hello @VSimo.18 ,
Please use the latest version of CubeMX (version 6.14.1), as it should work. And provide us with the version you are currently using so we can examine the behavior in detail.
With best regards,
Chaima.