Part Number: TMS320F28035
Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Dear Sir,
1) I have a “C2000 2 Phase Interleaved Power Factor Correction Kit” with “Piccolo F28035 Isolated controlCard”, and now is tracing the project of C:\ti\controlSUITE\development_kits\ILPFC_v1.0
2) To comment the program to Chinese traditional, I copied the whole ILFFC_v1.0 project directory and renamed it to ILPFC directory, then put it under D: \ ILPFC directory, then rebuilt, but the following errors occurred, how can I correct those errors?
How should I copy the directory so that I don't make any errors during rebuild?
3) In ILPFC-Main.c.file, the number 10000.0 in lines 548 and 0.1 in line 549, what are meaning?
548 sine_mainsV.SampleFreq=_IQ15(10000.0);
549 sine_mainsV.Threshold=_IQ15(0.1);//(0.015);//(0.02);
4) In the comment on line 563, why it need 8 times oversampling? And, on line 565, why it need Dummy reading?
5) In lines 580 to 593, the current’s trigger sequence TrigSel [0] to TrigSel [11] is: EPWM3 → EPWM3 → EPWM4 → EPWM3 → EPWM4 → EPWM1 → EPWM2 → EPWM1 → EPWM2 → EPWM1 → EPWM1 → EPWM3. What does it mean? Can be change the Trigger sequence?
6) About the ILPFC-Settings.h file in the ILPFC Ver. 1.0 project, Could you tell me in line 62 to line 67, what is meaning about 4095*4095 ?
7) About the PWM_2ch_UpDwnCnt_Cnt.c file, from line 51 to line 65, I can’t realize the meanings, could you explain for me ? specially in line 51, 56, and 61, what is the meaning in each line?
Thank you so much for your help
Best regard
Hung-Jin Chen