??? 04/20/07 15:50 Read: times |
#137651 - Answer is incorrectlystated! Responding to: ???'s previous message |
Lynn Reed said:
The only (sic)way to connect external devices to the 8051 is to use MMIO As stated, that is Not True! There are many ways other than MMIO in which external devices can be connected to the 8051 - Erik gave a few examples: http://www.8052.com/forum/read.phtml?id=137643 and access it through the MOVX instructions. If you had a read-only peripheral (eg, some DIP switches), you could map it into CODE space and access it through the MOVC instruction. Maybe what you meant to say was, "The only way to access Memory-Mapped peripherals on the 8051 is through the MOVX (or MOVC) instructions"...? |