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.

CCS/CC2650MODA: About Uart Speed

Part Number: CC2650MODA

Tool/software: Code Composer Studio

Hello everybody,

I used uart module to read data from sensor. This is my config :

I used ble_sdk_2_02_01_18 and tidrivers_cc13xx_cc26xx_2_20_01_10. My project based on Sensortag project.

Sometime When I use uart read or write in blocking mode, It's very slow to read or write.(After device reset is so slow)

My question is what can i do to increase speed of Uart  ?

Do I need to change from blocking to unblocking mode ?

Thank you.