To TI
Does the TM4C123 have the capability to load 8 bit wide data via any GPIO pins via DMA? In order to transfer byte parallel data from a GPIO port, it requires at least one extra control line to trigger / synchronize the DMA transfer
The peripheral library documentation states that:
"GPIODMATriggerEnable
This function enables a GPIO pin to be used as a trigger to start a uDMA transaction. Any GPIO
pin can be configured to be an external trigger for the uDMA. The GPIO pin still generates
interrupts if the interrupt is enabled for the selected pin."
If the "any" GPIO pin is restricted to be a member of the transfer port set, then clearly there are no longer 8 bits left for byte parallel transfer. If the the "any" GPIO pin can be any pin then it is not clear as to how that pin is associated to a specific GPIO port DMA transfer channel.
It would be very helpful if someone from TI could clarify the documentation ambiguity and, if the pin is restricted to a member of the transfer port, suggest other ways for fast transfer of byte-wide data
Regards
ayemk