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
TI RTOS 2.20用户指南中提到了 UART 驱动程序、"...一次只能使用一个 UART 索引。 如果索引已在使用中,则驱动程序返回 NULL 并记录警告。”
这意味着什么? 不清楚它意味着什么:read()或 write()一次只能在一个实例上调用? 第二句话听起来好像是说索引一次只能由一个实例使用、这是不同的。 我正在尝试了解限制是什么、因为我希望一次从多个 UART 读取和写入(这看起来像是有多个 UART 可用)。
如果有任何建议、我将不胜感激。
Bob