• Advice on button pressing!
    Hi, I am using the the philips LPC764, you can set up all the pins on port 0 as keyboard interrupts - which i have done ok. I have one button on each pin. I have tested it ok with one button but...
  • 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...
  • 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...
  • led is not blinking whiel simulation
    #define ledon IO1SET #define ledoff IO1CLR void EDF_scheduler(void); int main(void) { IODIR1 = 0x00FF0000; scheduler(); } void scheduler(void) { while(1){ int i,time=0; int curr_process...
  • Single Button Swtiching LED
    Hi, I need help in writing this C Program Circuit : LED are connected to P1.0 to P1.4 , a push button (push to on) Switch is connected to P1.7 When button is pressed first time, LED on P1.0...