Hi,
I am using a TMS 320 F 2808, CCS 3.3
I have 2 source files in my project and a bunch of header and lib files
main.c == main source code
SyncBuck_PwmCnf.== dependancy
when i try to compile, I receive the following error,
undefined first referenced
symbol in file
--------- ----------------
_ePWM C:\\tidcs\\c28\\DSP280x\\v160\\Voltage Regulator\\Voltage Regulator\\Debug\\SyncBuck_PwmCnf.obj
error: unresolved symbols remain
error: errors encountered during linking; "./Debug/Voltage Regulator.out" not
built
I need the dependancy because I need to access the certain function within the source.
Please suggest,
Thank You