Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/13/03 10:22
Read: times


 
#36309 - RE: 8255 again!
You did not connect the 8255 as memory mapped I/O. Therefore you can't use MOVX instruction.

Rather you have to simulate all the signals as you did in the beginnig of your program.

Prior to accessing any port in 8255, you must program it with a control word.

You can find more details in the datasheet of 8255.

BTW: Why are you connecting 8255 to 8051 which already has 4 ports. 8255 was intended with microprocessors like Z80, 8085, 8086 which didn't have any port.

List of 7 messages in thread
TopicAuthorDate
8255 again!            01/01/70 00:00      
RE: 8255 again!            01/01/70 00:00      
RE: 8255 again!            01/01/70 00:00      
RE: 8255 again!            01/01/70 00:00      
RE: 8255 again!            01/01/70 00:00      
RE: 8255 again!            01/01/70 00:00      
RE: 8255 again!            01/01/70 00:00      

Back to Subject List