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