Hello I am using STM32F103VB series board. I am using some timer interrupts for my code. I want to configure heartbeat LED which will continuously keep blinking.
I have configured LED and it blinks properly until timer interrupt occurs. While timer interrupt part is getting executed, LED stops toggling. Once the interrupt part is executed, it starts blinking again. I know this question maybe dumb to many but ...