• CY3671 -> Turn on Leds
    Hello, does anyone have a simple C-program that turns on a Led when I press a button on my development board? I already got a program that turns on the Leds, but it's written in assembly, and...
  • turning a LED on
    Hi I am trying to see if my chip (atmel 89c51) works. I am trying to turn on a LEd through a switch. I used 11.0592 Mhz clock in pin # 19 then grounded the uC and put 5v vcc. I found several c program...
  • turning a LED on
    Hi I am trying to see if my chip (atmel 89c51) works. I am trying to turn on a LEd through a switch. I used 11.0592 Mhz clock in pin # 19 then grounded the uC and put 5v vcc. I found several c program...
  • CY3671 -> Turn on Leds
    Hello, does anyone have a simple C-program that turns on a Led when I press a button on my development board? I already got a program that turns on the Leds, but it's written in assembly, and...
  • Turning on a LED on KL64Z
    Having these addresses: ; - User data section ------------------------------------- AREA UserData, DATA, READONLY LEDS EQU 0x4000703C ; access PD3-PD0 GPIO_PORTD_DOR EQU 0xF80FF0C0 GPIO_PORTD_PSOR...