cancel
Showing results for 
Search instead for 
Did you mean: 

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.

sne_123
Associate III

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 how can I configure LED in such a way that it blinks even while the interrupt is getting executed?

2 REPLIES 2

Interrupts generally should last less time than is humanly percievable.

Once you'll be ready to use exceptionally long interrupts, you won't need to ask this question.

JW

sne_123
Associate III

@Community member​ :| :expressionless_face: