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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/20/07 16:04
Read: times


 
#137654 - Ambiguity?
Responding to: ???'s previous message
Naresh R said:
I have a great on ambiguity on Hardware connection for MMIO and Hardware Registers.

IF you don't say what the "ambiguity" is, how can anybody explain it to you?

"Memory-Mapped IO" means that the IO is accessed by the processor's standard memory access scheme; ie, via the Data and Address busses - as opposed to directly accessing the ports, or using some serial scheme, etc.

On an 8051, this means using the MOVX instruction
(or, for read-only, you could possibly use MOVC).

Do you understand how the 8051's external memory accessing works?
ie, how it uses the data & address busses and the other control lines (ALE, /PSEN, /RD, /WR)?
If not, you need to study that first!

It's in the so-called "bible" for the 8051 - chapter 3, start at p22; Also at the start of chapter 1:


Chapter 1 - 80C51 Family Architecture:
http://www.nxp.com/acrobat_d...ARCH_1.pdf

Chapter 2 - 80C51 Family Programmer's Guide and Instruction Set:
http://www.nxp.com/acrobat_d...UIDE_1.pdf

Chapter 3 - 80C51 Family Hardware Description:
http://www.nxp.com/acrobat_d...WARE_1.pdf

Also take a look at the Tutorial on this site.


List of 36 messages in thread
TopicAuthorDate
MMIO            01/01/70 00:00      
   MMIO            01/01/70 00:00      
      The only way? I know, at least, 5 more            01/01/70 00:00      
         careful now ...            01/01/70 00:00      
            well            01/01/70 00:00      
               true enough!            01/01/70 00:00      
      Answer is incorrectlystated!            01/01/70 00:00      
      8051 offers more connection points            01/01/70 00:00      
         true, but he didn't ask about that            01/01/70 00:00      
            But Lynn said it, and it's wrong            01/01/70 00:00      
               I\'m forced to agree ... it is wrong ... but ...            01/01/70 00:00      
         That\\\'s already been thoroughly established!            01/01/70 00:00      
            Regret on the word "only"            01/01/70 00:00      
               n ow I have to TOTALLY disagree            01/01/70 00:00      
               Lynn, I KNEW Erik would jump you on this one!            01/01/70 00:00      
                  you missed the biggie            01/01/70 00:00      
                     He didn't ask for ancient or modern, just answers            01/01/70 00:00      
                        as I said            01/01/70 00:00      
   What are you trying to connect?            01/01/70 00:00      
   Ambiguity?            01/01/70 00:00      
      oh my            01/01/70 00:00      
         error?            01/01/70 00:00      
            8051 addressing is not segmented            01/01/70 00:00      
         Oh dear!            01/01/70 00:00      
            you missed the POINT            01/01/70 00:00      
               no, YOU did            01/01/70 00:00      
               try not to confuse beginners...            01/01/70 00:00      
               You failed to make that point!            01/01/70 00:00      
         useful? I'd say confusing            01/01/70 00:00      
         Mike, you didn't read the 8086 datasheet either            01/01/70 00:00      
   Hardware conections            01/01/70 00:00      
      Hardware conections...            01/01/70 00:00      
      an example...            01/01/70 00:00      
      trying to 'relanguage'            01/01/70 00:00      
   MMIO meaning            01/01/70 00:00      

Back to Subject List