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/CC2640R2F: how to integrate TI NDK2.25 with ble stack 3.0?

Part Number: CC2640R2F
Other Parts Discussed in Thread: CC2640

Tool/software: TI-RTOS

Hi,

I want to add some network features  into my cc2640 board by connecting a external gprs moderm over uart.

So, I tried to add a tcp/ip stack and a ppp driver to my project. Then I found that Ti NDK was quite useful and I have already downloaded the ndk 2.25.

1.Could anyone give me some advice about how to integrate the tcp/ip stack into ble 3.0 stack?

2.Does Ti have some examples about how to use ppp over uart(I found that some developers were in trouble about this as well ).