Mixed interrupts in the vector table
Hello,
I'm looking the vector table described in the Table 97 of the STM32G4 series reference manual, and it shows interrupts with different characteristics, such as TIM1_BRK/TIM15 and TIM6_DACUNDER, being allocated to the same address.
This is very confusing to me because I first thought TIM1 and TIM15 have something to do with a master/slave relation, but it was not.
My question is why are these confusing definitions happen. Is that due to the hardware constraints of the Cortex core?
Thanks,
macalon
