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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/02/01 19:41
Read: times


 
#11286 - RE: Program speed running from externalEPROM
Hi Gil,

Every memory chip has its own response time which we can found out by their related datasheets. Even RD and WR time can be different.
We have to check how much time our CPU allow for external RD or WR cycle. Usually for 89C52 you would not have problem, but in faster uP you may need to insert WAIT (NOP) instructions in between. How many? depends on how long your memory takes to respond. Its CPU speed versus real time equation.

NOTE: i haven't read all answers, someone might have already replied this before.

Take care

Rauf

List of 15 messages in thread
TopicAuthorDate
Program speed running from externalEPROM            01/01/70 00:00      
RE: Program speed running from externalEPROM            01/01/70 00:00      
RE: Program speed running from externalEPROM            01/01/70 00:00      
RE: Program speed running from externalEPROM            01/01/70 00:00      
RE: Program speed running from externalEPROM            01/01/70 00:00      
RE: Program speed running from externalEPROM            01/01/70 00:00      
RE: Program speed running from externalEPROM            01/01/70 00:00      
RE: Program speed running from externalEPROM            01/01/70 00:00      
RE: Program speed running from externalEPROM            01/01/70 00:00      
RE: Program speed running from externalEPROM            01/01/70 00:00      
RE: Program speed running from externalEPROM            01/01/70 00:00      
RE: Program speed running from externalEPROM            01/01/70 00:00      
RE: Program speed running from externalEPROM            01/01/70 00:00      
RE: Program speed running from externalEPROM            01/01/70 00:00      
RE: Program speed running from externalEPROM            01/01/70 00:00      

Back to Subject List