Hello World. Program.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Hello World. Program.

526 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by kranthi on Fri Feb 07 10:43:46 MST 2014
Hi, I'm beginner in writing programs with LPC1768.
I need tutorials for programming.  If any one having tutorials please upload.
Please give me an example in C for how to scroll. "Hello!  How Are You" . on GLCD.

Thanks,
Kranthi.
Labels (1)
0 Kudos
1 Reply

500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by starblue on Sat Feb 08 11:40:47 MST 2014
That's not the way one does it in embedded programming, scrolling text on an LCD is much too complex for a first program..

The hello-world of the embedded programmer is the blinking LED.

So write the simplest possible program to blink some LED on your board. If it works you know that your tools work: you can compile the program, program it into the flash memory of the controller and then run it.

After that build up your desired functionality in small steps and verify after each step that it works as expected.
0 Kudos