We are interfacing an FPGA to the GPMC bus of the AM3517.
We intend to use Synchronous read and write cycles.
During these cycles we expected GPMC_CLK to free-run.
However AM35x TRM seems to state that the clock only runs for the duration of the access and returns to an off state between cycles.
This means we continuously will have to waste clock cycles performing synchronization for each cycle.
It would be very convenient for us if this clock could be kept running continuously.
Is this possible ?
Regards,
Richard.