This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I am using TMS320F280049 for a design with a couple of half bridges. At any point in time, I have a reference leg, a leading leg, and a lagging leg. There is a control loop that adjusts the phase shift between the legs (PWMs). The phase shift can be either positive or negative relative to the reference. I could not find any reference examples on implementing the high resolution phase shift with leading or lagging phases.
Also, I wanted to run the phase shift through a control loop in CLA.
Thanks,
Mohamed
Hi Mohamed. I am looking into this and will respond back before end of Wednesday US time.
Hi Mohamed,
The software for https://www.ti.com/tool/TIDA-010054 in C2000WARE-DIGITALPOWER-SDK supports HR phase shift for both leading and lagging.
Design guide: https://www.ti.com/lit/pdf/tidues0
In the SDK the project is located here: C:\c2000ware_digital_power_sdk\solutions\tida_010054
Best regards
Lori
Hi, Lori,
I have looked at the tida_010054 source code, and I have a question about the CLA code. According to C2000 documentation, CLA source code has to have *.cla file name that will invoke the CLA compiler. But in tida_010054 source code, I have not seen any *.cla file. Where is the CLA source code?
Thanks.
Hi Ansong,
My apologies for the delay - I have been out of office. Let me check with my colleagues and see if I can locate an example specifically running on the CLA. The concept would be the same. Any ISR content moved to a CLA task.
Regards
Lori
Hi Ansong, Unfortunately I have not been able to locate an example specifically executing on the CLA.