Hi,
I am adding a synchronous FIFO to the EPI, and require the EPI clock on EPIOS31. The clock is referenced in the timing diagrams, but is mysteriously absent from the aforementioned pin. Is there a special initialization required to enable it? I note that there is a library parameter to invert it (EPI_HB8_CLOCK_INVERT). I am using the ROM_EPIConfigHB8Set configuration as follows:
ROM_EPIConfigHB8Set(EPI0_BASE, EPI_HB8_MODE_ADMUX | EPI_HB8_WRWAIT_0
| EPI_HB8_CSCFG_ALE | EPI_HB8_ALE_LOW | EPI_HB8_CLOCK_INVERT
| EPI_HB8_RDWAIT_0 | EPI_HB8_CSCFG_CS, 0);
I would appreciate any assistance.
Thanks,
Joe