I am using the EPI bus on the TM4C1290NCPDT. I have two peripherals on the bus. One is asynchronous, it is the TL16C752. The other is a an FPGA. The FPGA has legacy code and is a synchronous interface.
Can I use the EPI bus in the asynchronous mode (host 16 mode) and still bring out the clock and use the clock for the FPGA interface? Is there any information on the timing of the clock in relation to the the rest of the bus when the EPI bus is in the asynchronous mode ?
Or can I reconfigure the EPI bus on the fly without stopping the clock?