Other Parts Discussed in Thread: C2000WARE
Hello,
I'm porting the code to F2837XD so I'm examining every line.
In the file:
C:\ti\c2000\C2000Ware_DigitalPower_SDK_4_01_00_00\solutions\tidm_02002\f28004x\drivers\source\clllc_hal.c
on lines 740 and 941, there is the following code:
EALLOW;
HWREGH(CLLLC_ISEC_TANK_CMPSS_BASE + CMPSS_O_COMPDACCTL) |= 0x1E;
EDIS;
I think it t sets the RAMPSOURCE field in COMPDACCTL to 15. As far as I know this design does not use the Ramp Generator so I'm wondering what this is for.
Does this code have any purpose please?
Thank you.