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.

CCS/TMS320F28032: Digital Power Library

Part Number: TMS320F28032
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

Hey,

How does one include the Digital Power Library functions into C Code? I can't seem to follow the instructions in terms of what I need to add to the project.

Thanks,

Christian

  • The F28032 is a fixed point device, hence the blocks for digital power library are assembly optimized. And are called in an assembly only function.

    documentation is here: C:\ti\controlSUITE\libs\app_libs\digital_power\f2803x_v3.5\Doc

    On some of our newer devices as we have floating point unit, we have migrated to C based code.