Part Number: TMS570LS3137
Tool/software: Code Composer Studio
In Lwip_init() function, can't able to enable the udp_init() function. Is
there anyother way to enable the function?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS570LS3137
Tool/software: Code Composer Studio
In Lwip_init() function, can't able to enable the udp_init() function. Is
there anyother way to enable the function?
Hello Sai,
To use UDP, you need to enable USP in lwipopts.h:
#define LWIP_UDP 1
This option is not included in the example lwipopts.h file, so you need to add this line manually.
In our lwip CCS project example, the udp.c is excluded from the compiling. You need change the settings to include the UDP related files.