Tool/software: Code Composer Studio
Hi everyone,
I am using UCD3138 digital signal processing as voltage converter, i am facing some problem while writing code.
1. ucd3138 is isolated
2. Topology - Secondary phase shift full bridge control with synchronous rectification.
3. I am using FE0, FILTER0 and one DPWM
4.I am using DPWM phase shift mode
These 4 things i have selected, from these setup could i do voltage convesrion or else should i consider something else please let me know.
I have found FE0 setting in code i have attatched here could you any one tell me meaning of these stament please, how can we decide values of registers.
FeCtrl0Regs.RAMPDACEND.bit.RAMP_DAC_VALUE = 12000; // 0.09765625 mV/Count
FeCtrl0Regs.EADCDAC.bit.DAC_VALUE = 0; // Start point for ramp-up
FeCtrl0Regs.DACSTEP.bit.DAC_STEP = 1024;
Thanking you.