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.

CC2640R2F: Uart Emulator - Tx function

Part Number: CC2640R2F

Hello,

I am trying to create second uart port for my custom board. I did download sensor controller studio and generated the uart emulator code. I am trying to send data through the uart port to another mcu on board but I am not able to do so with the following function. What function do I need to use to send data over Uart?Do you have an example?

  scifUartTxPutChars((char *)&dataIn[2], len-2);