Hi TI members,
Below is my building environment:
Code Composer Studio |
12.3.0.00005 |
SimpleLink SDK |
7.10.00.35 |
XDCtools |
3.62.1.16_core |
We are using data_stream project with UART enabled.
When we received messages from UART RX, we would like to send it to some other apps.
We tried to do this with something like this:
status = DSP_sendData(&uartReadBuffer, 128);
while uartReadBuffer was an uint8 array that we used UART2_read to store the messages from RX.
But when we ran in debug mode and tried to go through this line, it stucked at "ICall_abort() at icall_POSIX.c:0 0x00026AFC" and wouldn't either receive any messages or send anything.
Did we misuse the APIs or how would you recommend us to modify our codes?
Thanks.
BR,