Part Number: TMS320F28379D
The pi controller example for CLA in the digital control library is written for bitfield operations. The rest of the code I have (EPWM, ADC, and communications) is already written using driver lib functions, and I don't want to mix both bitfield and driver lib in my code. Is there and equivalent example for DCL_CLA with driver lib functions?
On a separate note, is bitfield faster than driver lib in execution or are they both the same?