Hi,
I'm currently working with TMS570/RM48HDK andI need to striclty syncronize two unit on an external clock. Can I trigger the DMA with an external pin, using an external clock to generate a DMA request? Looking on the table 4-33 (DMA Request Line Connection) of the datasheet I don't see this possibility but perhaps I'm miising something or this way can be achieved passing throght another device (for example the RTI).
Note that this clock is a high rate one (1MHz or more) so using interrupt or other ways involving CPU is not a realistic way. The event must be HW driven with no CPU intervention.
Thank you