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: Use both SimpleLink and NDK

Tool/software: TI-RTOS

I want to configure both Wi-Fi and Ethernet in my board. I would prefer to use Ethernet when it is connected, else I will use the Wi-FI. How can I configure both at the same time in TI-RTOS. 

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;

How can this issue be resolved?