Hi
I get 2 CPU clock after each read with the following configuration (16 bit data , 12 bit address):
Usally read is two CPU clock , but after the read I have two additional cpu clocks to next operation read or write.
My configuration:
/////// EPI_FPGA_CONFIG = (EPI_GPMODE_CLKPIN | EPI_GPMODE_ASIZE_12 | EPI_GPMODE_DSIZE_16)
EPIDividerSet(EPI0_BASE, 4);
EPIModeSet(EPI0_BASE, EPI_MODE_GENERAL);
EPIConfigGPModeSet(EPI0_BASE, EPI_FPGA_CONFIG, 0, 0);
EPIAddressMapSet(EPI0_BASE, EPI_ADDR_RAM_SIZE_64KB | EPI_ADDR_RAM_BASE_6);
When I read 16 or 32 bit from the EPI , I get after each read, two additional CPU clock.
for write I get burst of write.
Is it Bug in the Chip ?
thx