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.

SimpleBLEPeripheral periodic UART read (read call back) CC2640

Hi,

I was able to read a chunk of bytes in UART read call back mode and process the message from

the RTOS task queue inside SimpleBLEPeripheral.

Now I want to repeat this UART read every 10 ms. I assume I need a second UART event that

is periodic that performs a UART read every 10 ms? If defined as a unique event will this take

care of not stepping on the timing of the rest of the tasks in SBP? If not, let me know of the

correct way to accomplish this.

Thanks,

Priya