Set TIMER interrupt int STM32F4 Discovery

stm32f4

How can I know exactly address of TIMER2 in Interrupt Set-Enable Registers (NVIC registers) to set for TIMER2 interrupt. Document " cortex m4 processor manual" just gives address of interrupt set enable registers from 0xE000E100-0xE000E11C not specific address bit for TIMER2.

Best Answer

With reference to the v7 reference manual for the STM32F407, table 61 on p369 contains the list of interrupt vectors and their bit position (0-255) in the NVIC_ISER/ICER registers.