learnining controler

Arm_n_Legs

Joined Mar 7, 2007
186
(1) Get the concept first by reading relevant books.

(2) Download Keil uVision4 (eval version) for compiling/assembling your programs.

(3) Build a simple circuit to test your code. You can build a simple circuit based on the NXP 89LPC922 (8051 derivative). Refer to http://www.keil.com/mcb900/ for more info on the 89LPC9xx series.

(4) Download and install Flashmagic. This program is used to download your program (hex codes) to the 89LPC9xx microcontrollers via the serial port of your PC.
 
Top