Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

HELP:how to wait for a absolute time(when use eeprom)?

Status
Not open for further replies.

tinytseng

Newbie level 6
Newbie level 6
Joined
Aug 8, 2006
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,349
as title,
when my memory control model does a read operation to eeprom ,according to the spec of eeprom,after the chip select signal and output signal is activated ,i have to wait for a time of 200ns until i can fetch the wanted data from the data bus.

Now,how can i wait for/time this absolute time(200ns)?

please help me,thinks first!
 

Most microcontrollers have NOP operation which takes one machine cycle but during that cycle microprocessor does NOTHING ..
So, the following sequence:
NOP
NOP
NOP
will insert three dummy machine cycles and that will be more than enough to stabilise EEPROM outputs ..

Regards,
IanP
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top