Hi,
using the Keil development board MCBSTM32E with a STM32F103ZE controller the reference manual tells me that timers TIM2 up to TIM5 have equal functionality.
But in the startup.s file no NVIC interrupt vector is declared for TIM5 interrupt position 50. The startup.s only declares interrupt handlers up to position 42 where handlers for TIM2/3/4 are on positions 28/29/30.
I searched the data sheet and reference manual but can't find how much interrupt handlers really are supported.
Thanks in advance,
Henk