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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/21/11 06:18
Read: times


 
#182942 - Do you want read-only?
Responding to: ???'s previous message
All 8051 controllers can waste a large number of i/o pins to control external memory chips.

It always seems wiser to select an 8051 variant that has sufficient internal memory. Then you do not waste all those i/o pins.

Many (but not all) eeprom chips will be pin-compatible with say a 62256 SRAM chip. So you could simply replace the chip in a 62256 design. Of course the eeprom will be read-only.

Life would become very complicated if you want to ever write to the eeprom.

IMHO, the simplest method of using an external r/w eeprom chip is via I2C or SPI.

You also have the ability to write to the NXP flash memory at run-time, so if your eeprom needs are small, you could use part of the flash memory.

As with any project, quoting some approximate requirements makes everyone's life easier. e.g. 1k eeprom, 500000us acceptable write time, 1us acceptable read time.

David.

List of 37 messages in thread
TopicAuthorDate
about P89LV51RD2FN            01/01/70 00:00      
   use DATA RAM as EEPROM            01/01/70 00:00      
   Do you want read-only?            01/01/70 00:00      
      external memory chips            01/01/70 00:00      
   Data Ram ? Not!!            01/01/70 00:00      
      Requirements            01/01/70 00:00      
         shifting of EEPROM            01/01/70 00:00      
            You want to remove external EEPROM - why?            01/01/70 00:00      
            The 93C46 is only 128 bytes            01/01/70 00:00      
            So why choose the P89LV51RD2FN, then??            01/01/70 00:00      
               IAP            01/01/70 00:00      
                  Harvard Architecture            01/01/70 00:00      
                     IAP vs External Serial EEPROM            01/01/70 00:00      
                        Serial EEPROM            01/01/70 00:00      
                           MOVX or MOVC is fairly similar            01/01/70 00:00      
                              choose an MCU with proper eeprom            01/01/70 00:00      
   the P89LV51RD2 can support this            01/01/70 00:00      
      already mentioned            01/01/70 00:00      
      erase & write            01/01/70 00:00      
         Why make life difficult for yourself?            01/01/70 00:00      
            another chip            01/01/70 00:00      
               Choose carefully!            01/01/70 00:00      
               P89LV51RD2FN IAP write endurance            01/01/70 00:00      
                  elegant solution?            01/01/70 00:00      
                     better one            01/01/70 00:00      
                        Check out this one...            01/01/70 00:00      
                           availability?            01/01/70 00:00      
                              I'll Admit....            01/01/70 00:00      
                                 Atmel parts availability            01/01/70 00:00      
                                    Onchip nonvolatile RAM            01/01/70 00:00      
                                       Link.            01/01/70 00:00      
                                       Happy With Package Options ?            01/01/70 00:00      
                                          about plcc package            01/01/70 00:00      
                                             If you're changing the package anyhow...            01/01/70 00:00      
                                                selection of plcc            01/01/70 00:00      
                                                   Why socket?            01/01/70 00:00      
            an alternative            01/01/70 00:00      

Back to Subject List