Other Parts Discussed in Thread: C2000WARE
Hi,
I'm trying to implement a lwIP on my chip, TMS320F28388D.
I found relevant examples in C2000Ware.
- For c28x : C:\ti\c2000\C2000Ware_3_02_00_00\driverlib\f2838x\examples\cm\ethernet\CCS\ethernet_c28x_config
- For CM : C:\ti\c2000\C2000Ware_3_02_00_00\libraries\communications\Ethernet\third_party\lwip\examples\enet_lwip\cm\
I compiled them and programmed into c28x and CM, respectively. However, I'm unable to ping to 192.168.0.4, which is supposed to respond in my controlCARD.
I think I did everything to set up the network configuration of my Windows 10, like IP and Subnet mask.
I have no idea where to start to fix this. So I wanna make sure my image files are okay. This can be a starting point.
Can you please have a test with my image files (.out)? (Ping test and HTTP Webserver)
- For c28x : "ethernet_c28x_config.out"
- For CM : "enet_lwip_cm.out"
Thanks.
Casey