??? 07/17/06 11:07 Read: times |
#120366 - First step Responding to: ???'s previous message |
read the following documents - commonly referred to as "the bible" for the 8051:
Chapter 1 - 80C51 Family Architecture: http://www.semiconductors.philips.com/acrobat/v...ARCH_1.pdf Chapter 2 - 80C51 Family Programmer’s Guide and Instruction Set: http://www.semiconductors.philips.com/acrobat/v...UIDE_1.pdf Chapter 3 - 80C51 Family Hardware Description: http://www.semiconductors.philips.com/acrobat/v...WARE_1.pdf Then, take a look at the Tutorials on this site: http://www.8052.com/tutorial.phtml Expirement with some simple example projects; eg, flashing some LEDs; sending "Hello, world!" from the serial port Then read the 8155 datasheet Then you should be in a position to interface the 8155 to the 8051. The steps for an 8255 would be the same (but read the 8255 datasheet). Note that the 8255 is a dinosaur; so you might want to start with something more contemporary... |