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.

CCS/RM57L843: Using LwIP 2.1.2 stack instead of 1.4.0

Part Number: RM57L843

Tool/software: Code Composer Studio

Hi,

I was using LwIP 1.4.0 stack firstly but while using this my code was stuck in hdkif_transmit()->hdkif_swizzle_data() function.

Now I want to shift from LwIP 1.4.0 to 2.1.2, I tried to remove previous LwIP stack and replaced by 2.1.2 version, but while compiling code I am getting lots of errors.

Also there are no any files like hdkif.c and hdkif.h in LwIP 2.1.2 stack which are included in other files.

I also add files to include option in project properties but it won't work for me.

Can someone tell me how can I switch LwIP stack from version 1.4.0 to 2.1.2 ?

Thanks

Pratik