Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I am reading the datasheet of a PSRAM (available here). Looking at the timing diagram for burst reads (page 10, figure 8), there is a "undefined behaviour" for a half-cycle on the DQ pins, before the data words D0, D1, D2 and D3 arrive.

What could be the cause for this undefined state of the DQ pins? Is this common for PSRAMs?

enter image description here

share|improve this question

1 Answer

up vote 2 down vote accepted

That means you can't count on what the pins are. They could be high, low, hi-z. This is common for memory parts that have a latency of more than one state.

To answer @stevenh below, it says that before the unknown time you can count on it being hi-z. During the unknown time is what I said above true.

share|improve this answer
Yes, but the latency (3 clocks) is already shown, and this comes after that. – stevenvh Apr 12 '12 at 16:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.