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.

CC2640 UART callback question

Other Parts Discussed in Thread: CC2640

Hi,

I am working on a CC2640 custom 4x4 board, TIRTOS 2.13, BLE stack 2.1, CCS 6.1.2.

I added the UART driver in read callback mode to SimpleBLEPeripheral.c in order to process

every UART read through the RTOS queue.

In defining the UART writeMode parameter-- Can the UART write be blocking mode or does

this also have to be callback mode? If both the UART read and write have to be callback,

I need to think about the callback processing through the RTOS queue differently. I

need the UART read and write to be an asynchronous process that repeats for some time

during the application.

Thanks,

Priya