Hi all,
I'm using Piccolo TMS320F28069PU device and trying to use HRPWM peripheral. First of all, I've read all the proper documentation about this peripheral and have run the "hrpwm_prdup_sfo_v6" example from ControlSuite. In this case, it's all fine.
But I have problems while trying to compile my own code. Previously, I used ePWM (whithout high-resolution) and it worked perfectly. I copied some functions from the TI project example and included SFO_V6.h file and SFO_TI_Build_V6b_FPU.lib to my project. I also include rts2800_fpu32.lib But now an error apears:
error: "unresolved symbols remain"
undefined symbol: _ePWM
first reference in file: ../lib/SFO_TI_Build_V6b_FPU.lib<SFO_V6b.obj>
I couldn't finde the solution to this error.
Another question is: as I use 28069 device, which has floating-point unit, must I use only those libraries containing the "_FPU" ending? (like: rts2800_fpu32.lib, SFO_TI_Build_V6b_FPU.lib or IQmath_fpu32.lib)
Thanks,
Alex