I am assessing EPI peripheral in TM4C129DNCPDT micro controller.
I want to use EPI peripheral in Host Bus - 8 mode. Address and Data buses are non - multiplexed. i.e., Address and Data appear on separate lines.
New Write/Read Cycles are to be initiated by assertion of CS# signal. Write/Read Strobe signals decide Write/Read cycles.
I want to know whether "Dummy Read Cycle" is to be executed before reading data from external peripheral or data bytes could be read from external peripheral without Dummy Read Cycle.
Is flowchart or sample code available to provide details of Write/Read Cycles on EPI peripheral ?