Part Number: C2000-DIGITAL-CONTROL-LIBRARY Other Parts Discussed in Thread: TMS320F28022 , TIDM-1022 , TIDM-1007 when I debug PFC with TMS320F28022 (demo code is PFC2PhiL). The input current lead the input voltage. The waveform is as below picture.
…
Part Number: C2000-DIGITAL-CONTROL-LIBRARY Hi,
I am using successful svgen_dq macro to drive an 8 poled bruhless motor (configuration 12N8P) but i am very confused when i have bad results driving 14 poled brushless motor (configuration 12N14P). Have…
Part Number: C2000-DIGITAL-CONTROL-LIBRARY Other Parts Discussed in Thread: CONTROLSUITE Tool/software: Code Composer Studio how to find the compiler version c2000 v16.12.0 and install it ,i just want to use controlsuite's example to learn FCL,but i need…
Part Number: C2000-DIGITAL-CONTROL-LIBRARY Hi! Hope you are all doing well. Got quite a few confusions I would very much appreciate being cleared up for my code! I have now got to a point in my code where I have coded my CLA to return a control effort…
Part Number: TMS320F2800137 Other Parts Discussed in Thread: C2000-GANG Tool/software: Customer would like to develop their own GUI to control C2000 Gang Programmer through using Dynamic Link Library for C2000 Gang Programmer.
They appreciate to know…
Part Number: TMS320F280049C Tool/software: Hi,
We are currently supporting MCU for digital power applications, and one of our customers is comparing TI’s C2000 with Microchip’s dsPIC family.
If there are any documents that provide a comparison between…
Part Number: C2000-DIGITAL-CONTROL-LIBRARY Hello,
CCS offered an optimization advice. However, I don't know what it is and how to apply optimization could you help?
" Iavg_ADC = ( ((float) AdcbResultRegs.ADCRESULT0 / 4096) * 3.3 );"
Advice:…
Part Number: LAUNCHXL-F28P55X Tool/software: I am getting a new linting tool set up to run with my project, and I am running into an issue with the _assert(...) function/definition. From ccs2020\ccs\tools\compiler\ti-cgt-c2000_22.6.2.LTS\lib\src\assert…
Part Number: C2000-DIGITAL-CONTROL-LIBRARY Hi all, In the digital control examples that TI provides, the code stores the controller efforts and coefficients into arrays, using data logger function as below:
#define DATA_LENGTH 1601
// input data #pragma…
Part Number: C2000-DIGITAL-CONTROL-LIBRARY Tool/software: Code Composer Studio Hi, How would I go about increasing the soft start in code composer studio for c2000 MCU?