Hello,
I want to handle the UART driver rather than framework with RTOS bcoz i want to have access the ISRs too . I successfully made the code for the HAL but i am stuck in how to make the UART driver with the RTOS of Threadx.
i got the karols post about the transmission with the semaphore but i cant able to manage the same with the Receive and transmit both at a time with the semaphores.
Please kindly give us the solution of the same .