Part Number: TMS320F2800137
Other Parts Discussed in Thread: C2000WARE
1.Following the documentation, I copied the folder C2000Ware_x_0x_00_00\libraries\diagnostic\f280013x into my project directory, as shown in the attached figure.




2.After adding it, compilation errors occurred:
warning #10204-D: could not resolve index library "SFO_v8_fpu_lib_build_c28_driverlib.lib" to a compatible library
warning #10373-D: library "../UL60335/lib/f280013x_diagnostic_stl_debug.lib" contains ELF object files which are incompatible with the TI-COFF output file. Ensure you are using the proper library.
warning #10373-D: library "../UL60335/lib/f280013x_diagnostic_stl_debug.lib" contains ELF object files which are incompatible with the TI-COFF output file. Ensure you are using the proper library.
undefined first referenced
symbol in file
--------- ----------------
_STL_March_testRAM ./UL60335/source/sta_tests.obj
_STL_March_testRAMCopy ./UL60335/source/sta_tests.obj
error #10234-D: unresolved symbols remain
3.After commenting out the functions STL_March_testRAM and STL_March_testRAMCopy, the compilation passed.。
4.Since my project uses the COFF library format and cannot be switched to ELF, will this have any impact on the warnings mentioned above?
