Other Parts Discussed in Thread: C2000WARE, TMDXCNCD28388D
Trying to set up the web server capability on an F28388D.
Loaded the example: enet_lwip which is located in ti/c2000/C2000Ware_2_00_00_03/libraries/communications/Ethernet/third_party/lwip/examples/enet_lwip
The compile and load go quite well, then able to step-bug all the way up to the call Ethernet_initInterface(initInterfaceConfig) located in Ethernet_init() of the example.
And there it hangs. It never returns from that call. I am at a loss. Perhaps some additional configuration is required prior to the call?