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?