• Blink Heartbeat led when a sequence of led blinks
    Hi I am new to embedded c, i have to write code to blink led from 1 to 24 in a sequence and a “heart beat” LED blinking at 2 Hz frequency will be driven by Pin 28 of Port 0. i managed to write code...
  • Blink Heartbeat led when a sequence of led blinks
    Hi I am new to embedded c, i have to write code to blink led from 1 to 24 in a sequence and a “heart beat” LED blinking at 2 Hz frequency will be driven by Pin 28 of Port 0. i managed to write code...
  • Timer interrupt for led blinking is not working.
    Hi.. I am trying to blink an led using a timer interrupt. Connected the led to P0.0 and the code is as shown below. Is there any problem with the code?? #include<lpc21xx.h> void __irq timer0(void...
  • Timer interrupt for led blinking is not working.
    Hi.. I am trying to blink an led using a timer interrupt. Connected the led to P0.0 and the code is as shown below. Is there any problem with the code?? #include<lpc21xx.h> void __irq timer0(void...
  • LED not blinking (mysteriously) ?
    Hi, I've been evaluating Keil MDK-ARM for a while have an STM3210C-EVAL board in my hands. It's similar to Keil's MCBSTM32C eval board. As usual, I tried to understand how to blink a LED. I manipulated...