Hello all,
I am using an MSP430F5438A and an RTOS, Micrium uC/OS III. I want to know how to transmit using the UART module. Online documentation shows that semaphores are supposed to be used. I am not aware of where to use the post() and pend() commands.
How is UART used in any RTOS at all? How are the semaphores used to transmit and receive?
Thank you in advance!