Other Parts Discussed in Thread: TMS320F28335, SN74V245
I am designing an embedded system using the TMS320F28335 DSC. There is a synchronous FIFO SN74V245 in it to help pace the image capture. I plan to repeatedly read the FIFO via XINTF mapped to Zone 0 and store the data in the internal RAM until there is enough to process. The results of processing will be stored in the external RAM via XINTF mapped to Zone 6.
My question is, I cannot find any explanation on back-to-back read or write operations on the TMS320F28335 XINTF. Can I be sure that all read accesses terminate with the XRD signal going high (inactive), even during back-to-back read operations?