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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/09/04 19:24
Read: times


 
#72210 - RE: Course Notes - Memory expanded
Responding to: ???'s previous message
hi,

If I have a register in a peripheral IC mapped into my XDATA space I'm not going to kid myself that it's external RAM

Well, you are right - from point of schematic view it is separate IC, really: it is different chip, it is not physical RAM but latch, etc... But from program model it is XRAM. Even with programming you will use:
unsigned char xdata that_register _at_ 0x1234;

So your example is not good one. As I already said: this question may not be answered without additional conditions. If we talk about hardware then that peripheral register is different memory; if we talk about program model then it is XDATA, i.e. indirect accessed memory.

About registers, you said:
No we don't, because this area is plain old RAM. Some of it just happens to be accessible in special ways.

Oh, well, so SFRs are just a direct accessed RAM but happens to be accessible in special ways. Comments?

Finally, I try again: it is useless task to calculate the number of memory types as long as we do not define the conditions by which we determine these types.

Regards,
Oleg

List of 61 messages in thread
TopicAuthorDate
8051 programming class            01/01/70 00:00      
   RE: 8051 programming class            01/01/70 00:00      
   RE: 8051 programming class            01/01/70 00:00      
      Seriously, now...            01/01/70 00:00      
      RE: 8051 programming class            01/01/70 00:00      
         Teaching or Studying?            01/01/70 00:00      
   RE: 8051 programming class            01/01/70 00:00      
      RE: 8051 programming class            01/01/70 00:00      
         Two Cents            01/01/70 00:00      
            RE: Two Cents            01/01/70 00:00      
               RE: Two Cents            01/01/70 00:00      
   RE: 8051 programming class            01/01/70 00:00      
      RE: 8051 programming class            01/01/70 00:00      
         RE: 8051 programming class            01/01/70 00:00      
            RE: 8051 programming class            01/01/70 00:00      
               RE: 8051 programming class            01/01/70 00:00      
         RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
            RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
               RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
                  RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
                     RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
                        RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
                           RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
                              RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
                                 RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
                                    RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
                                    RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
                           Devil\'s advocate            01/01/70 00:00      
                              RE: Devil\\\\\\\'s advocate            01/01/70 00:00      
                              RE: Devil\\\'s advocate            01/01/70 00:00      
                                 Valves? Yes please!            01/01/70 00:00      
                                    RE: Valves? Yes please!            01/01/70 00:00      
                                       RE: Valves? Yes please!            01/01/70 00:00      
                                 RE: Devils advocate            01/01/70 00:00      
                           RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
                              RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
                              RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
                                 RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
               Echo            01/01/70 00:00      
                  RE: Echo            01/01/70 00:00      
            RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
               RE: 8051 programming class MAJOR mistake            01/01/70 00:00      
         RE: Course Notes - Memory            01/01/70 00:00      
            RE: Course Notes - Memory expanded            01/01/70 00:00      
               RE: Course Notes - Memory expanded            01/01/70 00:00      
               RE: Course Notes - Memory expanded            01/01/70 00:00      
                  Why I said four instead of five            01/01/70 00:00      
                  RE: Course Notes - Memory expanded            01/01/70 00:00      
                     RE: Course Notes - Memory expanded            01/01/70 00:00      
                     RE: Course Notes - Memory expanded            01/01/70 00:00      
                        RE: Course Notes - Memory expanded            01/01/70 00:00      
                           RE: Course Notes - Memory expanded            01/01/70 00:00      
                              RE: Course Notes - Memory expanded            01/01/70 00:00      
                           RE: Course Notes - Memory expanded            01/01/70 00:00      
                              RE: Course Notes - Memory expanded            01/01/70 00:00      
                                 Memory Areas and Addressing Modes            01/01/70 00:00      
                                    RE: Memory Areas and Addressing Modes            01/01/70 00:00      
                                       RE: Memory Areas and Addressing Modes            01/01/70 00:00      
         RE: 8051 class - Signed Numbers            01/01/70 00:00      
   RE: 8051 programming class            01/01/70 00:00      
      RE: 8051 programming class            01/01/70 00:00      

Back to Subject List