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.

RTOS/TI-RTOS-MCU: Configuring Wifi and Ethernet on tiva board at a time

Part Number: TI-RTOS-MCU
Other Parts Discussed in Thread: TIDM-TM4C129XGATEWAY

Tool/software: TI-RTOS

Hi,

I want to configure both Wifi and Ethernet  my tivac board. I would prefer to use Ethernet when it is connected, else I will use the Wi-FI.

Both are initialized and acquired IP's, but I cant access both.

I enabled both these in .cng file but this does not work as second line overwrite the first one. 

Http.networkStack = Http.SimpleLink;
Http.networkStack = Http.NDK;

Regards,

Raghu DS