STM32G431RB TIM7 interrupt handling problem
There is a bug in the file stm32g431xx.h of the archive stm32cube_fw_g4_v130.zip.
It is written there:
/* Aliases for __IRQHandler */
#define TIM7_DAC_IRQHandler TIM7_IRQHandler
#define COMP4_5_6_IRQHandler COMP4_IRQHandler
After replacing with
#define TIM7_IRQHandler TIM7_DAC_IRQHandler
everything works correctly.
I'm sorry for my bad english ( Google translated :) ).
I hope someone will find this information useful.
Yours faithfully Alex.
