Hi all
I have an EPI bus interface to a FPGA. EPI is configured to run in GP mode.
in the tm4c129dncpdt manual on page 852 there is figure 11-21 which seems to indicate there is a
burst read mode where the reads after the first read all take one clock. we are using 8 data bits and 4 address bits.
When I try to read more than one byte using either blocking reads(LDRH from mapped memory) or non blocking reads using registers and FIFO I get two clock cycles for each byte read.
I would have expected 3 clock cycles to read two byte 1: address readstrobe hi, 2: data0, new address 3: data1.
Is this possible? is the figure wrong? how do I "burst read" if it is possible?
Thanks