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.
工具/软件:TI-RTOS
大家好、
我有三个任务,其中一个是通过 UART 传输80字节的数据,第二个任务是执行控制应用程序,最后一个任务是执行任务上载和下载。 所有任务都具有相同的优先级。 我的问题是、传输80字节的 UART 数据会导致另一个任务的时序延迟、因为我为任务提供了相同的优先级。 如何在不干扰微控制器和更改任务优先级的情况下传输较长的 UART 数据?
此致
Sertac