Hello,
I've been using this code to configure the EPI with EPIS030 as ALE strobe high. My signal capture shows it as strobe low.
MAP_EPIModeSet(EPI0_BASE, EPI_MODE_HB8);
MAP_EPIDividerSet(EPI0_BASE, 0x1);
MAP_EPIAddressMapSet(EPI0_BASE, (EPI_FLASH_SIZE | EPI_ADDR_RAM_BASE));
MAP_EPIConfigHB8Set(EPI0_BASE, EPI_HB8_MODE_ADMUX, EPI_HB8_ALE_HIGH);
Might someone tell me what I am missing.
Thank you,
Victor