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/MSP-EXP432E401Y: Does a Task waits for UART ?

Part Number: MSP-EXP432E401Y

Tool/software: Code Composer Studio

I think about using TI-RTOS, and looked over some example code.

I've seen this UART_write command inside a Task:

UART_write(uart_rs485, TxBuffer[mailbox_msg.buf_index].protocolConverterBuf, mailbox_msg.length);

Questions:

Does this Task stops and waits here until all bytes are received?

Can other Tasks continue to run, while this UART transmission is in progress?

Do i have to use DMA?

Keep in mind that M-Bus / RS485 Communication can be very slow, down to 300 bps.

Thank you!

**Attention** This is a public forum