Part Number: TMS320F28388S
Other Parts Discussed in Thread: ADS1261,
Hi everyone,
I am stuck with an error that does not point anywhere.
I have an EtherCAT application, based on echoback solution, I am trying to add my ADC ADS126x SPI library.
In my ECAT App.c I included my
#include "ADS1261.h"
#include "interface.h"
Now in the void APPL_Application(void) if I tryed to call a function (in my case adcStartupRoutine() ), I can see my function is declared (when I do CTRL+Click it jump into my ADS1261.c) but for some reason when I compile I get the error;
Description Resource Path Location Type
unresolved symbol __c28xabi_dtof, first referenced in ./ADS1261.obj f2838x_cpu1_echoback_solution C/C++ Problem
What I don't understand is that App.c call some function from ethercat_slave_cpu1_hal.c and this is OK.

Thank you, I put my project in zip if needed.

