• 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...
  • Setting port as output, turn on led
    Hello everyone. I have an evaluation kit EKK-LM3S9B96. I try to write simply program, just turn on led. I think i do it good and i don't know where i do mistake. #include <LM3Sxxxx.H> int main()...
  • Turn On a LED on STM32F4-discovery
    Hi everyone, I want to turn on a LED on my STM32F4-discovery board Here is the code : int main() { // Enable the GPIO Clock RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOD, ENABLE);...
  • 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...
  • Trying to turn an LED on
    hi I have a STM32F103RB based board that im trying to write code for to test the board. Previously i have only used 8 bit micros (8051 and pic's) so this is a step up. I have tried using the exam...