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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/17/08 21:56
Read: times


 
#159173 - Symmetric speed too.
Responding to: ???'s previous message
With RAM, you normally mean two things.

1) That you can access the memory cells in any order.

2) That you have symmetrical read and write speeds.

But many modern memory technologies have quite varying memory access times. You can access data within a page way faster than what it takes when switching between pages.

Since you have memory pages, the access is not really random access - the chip behaves differently depending on if your previous access was within the page or not.

Burst accesses aren't just because of internal processor caches. It is also a question of transmitting as much data as possible with as few signal changes as possible to keep down the number of signal lines or the frequency needed or both (and to keep down the amount of power to toggle the signals). With true random access, every single memory access must supply a full address and that is very expensive with todays high memory bandwidth requirements. A slow PC memory stick manages quite a number of CDs per second...

List of 41 messages in thread
TopicAuthorDate
MOVX doesn't work for writing.            01/01/70 00:00      
   It's a read-only memory            01/01/70 00:00      
      EEPROM            01/01/70 00:00      
         RAM-EPROM            01/01/70 00:00      
            That wouldn't be an EEPROM.            01/01/70 00:00      
            Look at Ferro-electric memory            01/01/70 00:00      
         Not wrong.            01/01/70 00:00      
            An EEPROM is an EPROM            01/01/70 00:00      
               Technically, but not in common usage of the term.            01/01/70 00:00      
                  Common use != Definition            01/01/70 00:00      
               Not quite ...            01/01/70 00:00      
                  No, it's not            01/01/70 00:00      
                  A datasheet that actually calls it a "UVEPROM"            01/01/70 00:00      
                     OK ... I stand corrected ...            01/01/70 00:00      
                        A link with EPROM <= EEPROM            01/01/70 00:00      
                        Not that generic!            01/01/70 00:00      
                           Magnetic core memory            01/01/70 00:00      
                           it is SERIAL EEPROM            01/01/70 00:00      
                              UVEPROM?            01/01/70 00:00      
                                 I think a part number would be the solution            01/01/70 00:00      
                                    Symmetric speed too.            01/01/70 00:00      
                           ta paidia paizei !!!            01/01/70 00:00      
            EEPROM implies EPROM            01/01/70 00:00      
               Today, it's the other way round.            01/01/70 00:00      
                  assumption < implication            01/01/70 00:00      
                  You missed the point!            01/01/70 00:00      
                     As one of my old tutors used to say...            01/01/70 00:00      
         Let's not confuse things further            01/01/70 00:00      
            You have also missed the point            01/01/70 00:00      
      Or...            01/01/70 00:00      
   Some Kind Like....            01/01/70 00:00      
      Non-Volatile Memory            01/01/70 00:00      
         or maybe the AT28C64B will work            01/01/70 00:00      
      You mean you want an NVRAM?            01/01/70 00:00      
   write eeprom            01/01/70 00:00      
      that may not be the problem            01/01/70 00:00      
         EPROM has special write-procedures            01/01/70 00:00      
   Check the write waveform timings!!!!!            01/01/70 00:00      
      How?            01/01/70 00:00      
         Source code to simulate MOVX...            01/01/70 00:00      
         Start with the datasheet ...            01/01/70 00:00      

Back to Subject List