Other Parts Discussed in Thread: C2000WARE
Hello Community,
I want to use LWIP example in my application,
And I created a New CM Project using File > New > CCS project > Cortex M(Arm) tab > Selected Empty Project > Project name > Finish
And I further Added Required Files as in ene_lwip_udp example. My project structure looks like this:
.
Further Added below includes:

and pre defined "_FLASH" and "ccs".
Further File search path looks like this:

And Then tweaked Linker script as per the requirement.
Now If I tried loading this build onto CM Core after loading CPU1 with CM related Ethernet Initializations. Code is getting stuck in ie., in FaultISR
"lwIPInit(0, pucMACArray, IPAddr, NetMask, GWAddr, IPADDR_USE_STATIC); "
Further I investigated where exactly it is getting in to FaultISR(), I found that it is not coming out from ethernet_output() function.
But If I try to import enet_lwip_udp directly from c2000 directly into my workspace I see there are no issues, Code is not getting hung.
Can Someone please help me out here.
Thanks and regards,
Pranay







