Part Number: TMS320F280025C
Other Parts Discussed in Thread: AFE031, C2000WARE, SFRA, LAUNCHXL-F280049C, BOOSTXL-AFE031-DF1
I have big problem in my project.
I am writing a code on TMS320F280025C for my own buck converter with reference to C2000 Digital Power Buck Converter BoosterPack. It runs very well. I am going to implement PLC communication using TI PLC IC AFE031 and use it reference code from TIDA-60001 as reference. I need to include files fsk_corr_detect.lib, fsk_corr_detector.h and fsk_packetization.h in my main program.
I copied these files under my project directory and added below code in my main project
#include <buck.h>
#include "fsk_corr_detector.h"
#include "fsk_packetization.h"
However, I got a warning message below
warning #10373-D: library "../fsk_corr_detect.lib" contains TI-COFF object files which are incompatible with the ELF output file. Ensure you are using the proper library.
warning #10373-D: library "../fsk_corr_detect.lib" contains TI-COFF object files which are incompatible with the ELF output file. Ensure you are using the proper library.
Please advise how to fix it.
BR
HK Woo



