Resolved! problem with TIM exception stm32f103
So I just started to use stm32f103 MCU that I have but for some reason I code doesn't go into the TIM2_IRQHandler.This is my code:.thumb .syntax unified .equ GPIOB,0x40010C00 .equ RCC ,0x40021000 .equ TIM2 ,0x40000000 .equ NVIC ,...