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);