| View previous topic :: View next topic |
| Author |
Message |
tomy
Joined: 09 May 2006 Posts: 3
|
Posted: Wed May 10, 2006 1:35 am Post subject: About connecting 8255 with 8051 microcontroller |
|
|
| Please give me information about how will i connect 8255 with 8051 microcontroller? I want to connect 10 8255 with only one microcontroller |
|
| Back to top |
|
 |
myturf Site Admin
Joined: 01 Jan 1970 Posts: 10
|
Posted: Wed May 10, 2006 1:44 am Post subject: Re: About connecting 8255 with 8051 microcontroller |
|
|
On the link picture you will find an example on how to connect 1x 8255 to 8051 microcontroller ..
If you plan to connect 10 (or up to 16) of them to one 8051 you will need to sort out the control of the CS pins and this can be accomplished by introducing 4-to-16 (74HC154) decoder, connecting its inputs (A, B, C and D) to A15, A14, A13 and A12 and its output(n) to CS pin of 8255(n) ..
So, digest what I have suggested so far and if you have more questions, simply come back and ask ..
http://www.mytutorialcafe.com/images/8051-to-8255_1883.jpg |
|
| Back to top |
|
 |
david
Joined: 10 May 2006 Posts: 1
|
Posted: Wed May 10, 2006 2:09 am Post subject: Re: About connecting 8255 with 8051 microcontroller |
|
|
| I have found that it is cheaper to buy 8051's than 8255. So I just link multiple 8051's together with the serial ports |
|
| Back to top |
|
 |
|