Hi Guys,
CCS v 6.1.3.0034 (compiler version = TI v15.12.1.LTS)
TMX320F28075 Control Card
control Suite v 3.4.0
I have configured the DMA to read and store all eight SDFM Data values. So I set the Secondary Master for Peripheral 1 (has SDFM and ePWM) as DMA with the following code :
EALLOW;
CpuSysRegs.SECMSEL.bit.PF1SEL = 1;
EDIS;
Now the CLA has no ownership for Peripheral 1. But I need to set the time period values and CMPA and CMPB values for ePWM modules using CLA. Is it possible?