Hi,
I have created TCP server on static ip using Tiwavare library (Non -RTOS) and is receiving data from client successfully. but when adding USB HOST for USB Drive Interface. I Found that
USBHCDInit(0, g_pHCDPool, HCD_MEMORY_SIZE); function causes Lwip to stop work and hence server is not started on static i/p. Please Note that there is some modification in LWIP.c and LWIP.h FIles so, that TCP Server/ Client can be created using static I/p, withought this static i/p doesnot work.
If the USBHCDInit(0, g_pHCDPool, HCD_MEMORY_SIZE); then server works fine, But USB drive will not get detected.
Regards
Khodidas