Part Number: EVMK2G
Hi experts,
For my work I developed a bare metal code on the evaluation board EVMK2G that is loaded in the DSP C66x by means of the on-board debugger TI XDS2xxx.
I downloaded the ti-processor-sdk-rtos-k2g-evm-06.03.00.106-Windows-x86-Install.exe and I installed CCS10.2
I programmed the channel 35 of the module EDMA 1 to copy data from the memory L2SRAM to the register EPWM3_CMPA.
My code works fine if I start the copy by means of the manual trigger ( that is writing 0x8 within the register ESRH).
Next step is to trigger the EDMA module without requiring any DSP intervention, as suggested by the section 10.4.4 of the TRM SPRUHY8I.
I succesfully achieved this goal on microcontroller TMS320F2807x because each DMA channel is associated to a specific signal EPWM_SOCA/B.
I need to replace this behaviour on EVMK2G. However, in the sync event list of the table 10-8, there are not the SOCA/SOCB signals. It seems that the EDMA can be triggered by EPWM only by means of the interrupts.
How can I trigger the module EDMA by means of the module EPWM, without the intervention of the DSP?
Thank you in advance.
Best regards,
Benito Carotenuto
