How to detect interrupt by a timer?
Hi all,
I know how to program a time base interrupt by a timer in HAL, but now I'm learning about do it in CMSIS, with a STM32F303CCT6 MCU.
My question is, in RM0316 doc, page 287, it talks about the Interrupts and Exceptions Vectors, wioth a total of 84 positions. Lets imagine I need to generate a time base interrupt qith the timer 7, who has a 55 position number.
What register I must set in order to let that interrupt happens, and what register I must look for in order to catch that interrupt?
(EXTI_IMR and EXTI_EMR are about 35 positions only)
I saw some tutorials about how to set external interrupts, but I didnt find any about this. Can someone point me to a tutorial or a doc?
