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.