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.

[参考译文] RTOS/EK-TM4C1294XL:EK-TM4C1294XL Free RTOS

Guru**** 2328790 points
Other Parts Discussed in Thread: EK-TM4C1294XL
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/590663/rtos-ek-tm4c1294xl-ek-tm4c1294xl-free-rtos

器件型号:EK-TM4C1294XL

工具/软件:TI-RTOS

尊敬的所有人:

        我  正在使用 免费的 RTOS 和 TM4C1294XL 微控制 器 UART 外设。 我 的应用 看起来 像 Modbus 协议。

    我在 UART 接收中断中遇到问题。  我  使用 终端发送25个字节。 我 可以  接收 25个字节,但 最后 3个或4个字节是错误的。  

有人 对此提供帮助?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您能否确定问题是硬件还是软件? 传输线路上的数据损坏、或者由于中断没有及时响应并且您溢出了硬件 FIFO、数据可能未被正确接收。 您可能需要从更简单的示例开始、例如使用 TivaWare 示例:C:\ti\TivaWare_C_Series-2.1.4.178\examples\boards\ek-tm4c1294xl\UART_echo 来验证硬件是否正常工作。 您可能还会发现更易于使用 TI-RTOS 而不是自由 RTOS、因为已经为您创建了一些示例、例如:C:\ti_tirtos_tivac_2_16_01_14\tirtos_tivac_2_16_01_14_examples\TI\ek_TM4C1294XL