Hello World. Program.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Hello World. Program.

948件の閲覧回数
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.
ラベル(1)
0 件の賞賛
返信
1 返信

922件の閲覧回数
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 件の賞賛
返信