Tool/software: TI-RTOS
Hi Everyone,
I have three task, one of them is transmitting 80 bytes of data through UART , second one is doing control applications and the last one is doing mission uploading and downloading. All of task have same priority. My problem is that transmiting 80 bytes of UART data cause a delay on the other task's timings since I gave same priority for tasks. How can I transmit long UART data without disturbing microcontroller and changing task priorites ?
Best Regards
Sertac