Part Number:TMS320F28379D
Hi,
I added the Sci_Echoback main file to the "adc_soc_epwm_cpu01" in order to combine both in the same project. However, when I built the example I got the error shown in the attached picture. Any Idea how can I solve this error as when I double click the error didn't shows any response where is the error. the errors I got are:
error #10056: symbol "_main" redefined: first defined in "./Example_2837xDSci_Echoback.obj"; redefined in "./adc_soc_epwm_cpu01.obj"
error #10010: errors encountered during linking; "adc_soc_epwm_cpu01.out" not built
>> Compilation failure
makefile:147: recipe for target 'adc_soc_epwm_cpu01.out' failed
gmake: *** [adc_soc_epwm_cpu01.out] Error 1
gmake: Target 'all' not remade because of errors.
My main aim is that I could use the sci communication to transmit the adc buffer result to a monitor.
Kind Regards