Other Parts Discussed in Thread: TMS570LC4357,
Hi,
I am using a code composer studio v12 (CCS v12) and a launchpad Hercules TMS570LC4357 development board (part no. LAUNCHXL2-570LC43).
My code work well to collect data from ADC. But it stop working when I tried to transmit data on UDP port using function "FreeRTOS_sendto()".
I tried to add library LWIP v1.4.1.
Steps to include LWIP v1.4.1 library in my existing project:
1> Pasted library folder (lwip-1.4.1) into my working folder.
2. Changed CCS v12 --> Project Explorer --> Properties --> ARM Compiler --> Include Options --> Added all lwip-1.4.1 file folder paths here.
3: Then I build my project but it throws multiple errors:
Not sure why these are occuring....
Really need an expert advice. Can anyone help how can I get rid of these errors.