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.

CC2650: Using UART using Transport Layer

Part Number: CC2650

Hi,

I am using NPITask_createTask(ICALL_SERVICE_CLASS_BLE); in main.c

NPITLUART_initializeTransport(&r1[0],&t1[0],npiCBack);   NPITLUART_writeTransport(21);  and NPITLUART_handleMrdyEvent(); in my application.c

which is used for sending the data of 21 bytes on the UART. 

It is working.

I am using Power Saving Option in preprocessor symbols.

Is it stable to use Power Saving option ?

Please advise.