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