Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

Improper flag behavior in asynchronous FIFOs

Improper flag behavior in asynchronous FIFOs

Anonymous
Not applicable
Question: Both /EF and /FF seem to be low at the same time. What is wrong? Why is /FF asserting when I know the FIFO is not full? There are status of flags which are not present in the datasheet.

 

Answer:

 

The logic that determines the current state of the FIFO is driven by the relationship between the read pointer and write pointer in the device. The master reset process ensures that upon power-up, these pointers are aligned properly. If it seems as if these flags are behaving incorrectly, then it very likely that there was a problem with the master reset and the pointers are misaligned. This could be the result of a noise pulse on the /MR signal, or timing for the master reset was not satisfied. Please refer to the appropriate datasheet to find the timing considerations for a proper reset. If there is still a problem, use an oscilloscope, not a logic analyzer, to see whether there is noise on the /MR, /R, or /W signals.

0 Likes
274 Views
Contributors