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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/24/08 13:33
Read: times


 
#156151 - Need help - interfacing a memory IC to the AT89S52
Hi,

I have an AT89S52 project in my mind where I need to store some data(you can assume it would be a file) on a memory IC.

My code would access the data stored and then display it over an 16x2 LCD, as if it was reading a line from the file and then display it to the user.

Now I thought about the various ways to achieve this, and the following approaches come to my mind:

1. Use 64k external memory by grounding EA/VPP. Store my entire data along with the code, using DB directives as part of the program image only.

2. Use some other chip to store my data and then access it. If I am right, there are many SPI/I2C based memory chips in the market today. Can I use one of those? Any recommendations on which one to use would be greatly appreciated.

I am in no way going to exceed 8K code size, so I can still keep within the on chip memory. In such a case, option 2 would be best, don't you think?

Please advise.

I have never used external memory in my life before and I don't even know the chip names. So I am very new to it.

Please bear with my naive questions.

Thanks in advance!
Seemanta

regards,
Seemanta


List of 9 messages in thread
TopicAuthorDate
Need help - interfacing a memory IC to the AT89S52            01/01/70 00:00      
   2.            01/01/70 00:00      
      Thanks Steve...            01/01/70 00:00      
   MY suggestion...            01/01/70 00:00      
      Thanks!            01/01/70 00:00      
         not so fast            01/01/70 00:00      
            SPI it will be then...            01/01/70 00:00      
               If its SPI you decided on, then ...            01/01/70 00:00      
   two chips            01/01/70 00:00      

Back to Subject List