Hi TI,
I am transferring data from DDR to L2 SRAM Corepac 0 using chaining mechanism.
I am manually triggering the channel by using the function CSL_edma3HwChannelControl (hChannel, CSL_EDMA3_CMD_CHANNEL_SET, NULL).
According to my understanding –i)The event has to be set BCNT*CCNT times for Async.
ii) The TCC of one channel triggers another channel based on the TCC in the param set when the current channel is finished.
I found the Chaining happens when BCNT and CCNT is 1.Since the chaining will trigger the next channel.
When the BCNT and CCNT value is more than 1 do we have to manually set the event for BCNT*CCNT times or channel trigger itself take care of it ?
Regards,
Janeeth