Hi, I am planing to develop some codes using EDMA3 (with BIOS 5.41), Code Composer Studio Version 4.2.3 and C6748 (OMAPL138)processor. I want to develop a sine wave generation by storing the sine values for one cycle in a table and then repeatedly transferring the entries of the table by self chained transfer using EDMA3. I want to transfer the output samples by McASP Port and view the result in an oscilloscope. From where I can find an example in which data has been sent out to the peripherals using EDMA? I have not programmed with EDMA before. Can you please tell me where I can start? I have downloaded the EDMA3 LLD (from http://software dl.ti.com/dsps/dsps_registered_sw/sdo_sb/targetcontent/psp/edma3_lld/edma3_lld_01_07/index.html). But I am having some difficulty following the codes and find that the examples do not have any program that does real time data transfer between the peripherals. Thanks, Debarati.