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.

TMS320F28069: ePWM variable and SFO_TI_V6b_FPU library

Part Number: TMS320F28069
Other Parts Discussed in Thread: C2000WARE

Apparently all the examples that use SFO_TI_V6b_FPU.lib to link against, also introduce the variable volatile struct EPWM_REGS *ePWM[]

If this variable is missing, then the link against the library will fail. Therefore I assume that the library uses that variable somehow.

So why is that variable needed and does it have to contain certain pointers or could it also be empty? Is it used to calibrate the PWM modules mentioned in that array?