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.

TMS320DM6446: Need help with developing baremetal LWIP over TMX320DM6446BZWT using CCS 11 environment

Part Number: TMS320DM6446

Greetings,

I need help in developing LWIP on ARM of TMX320DM6446 evaluation board to support some legacy project. I am using CCS 11 for development environment. Since I am new to TI (and for that matter baremetal development), I am not sure where/how to start. I have gone through few documents "TMS320DM644x DMSoC Ethernet Media Access Controller (EMAC)/Management Data Input/Output (MDIO)" and I can understand that it includes accessing the EMAC interface, and then reading/writing in byte by byte and using any lwip package I can decode/encode those bytes into IP packets. Still I am not sure on how to setup the project, include the necessary libraries, etc., If I can get some boilerplate or example project or reference page it would be very helpful.