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.

[参考译文] CCS/EK-TM4C1294XL:使用 RTOS 为 TM4C129x 微控制器运行串行转以太网转换器

Guru**** 2455360 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/635945/ccs-ek-tm4c1294xl-running-serial-to-ethernet-converter-for-tm4c129x-micro-controllers-using-rtos

器件型号:EK-TM4C1294XL

工具/软件:Code Composer Studio

第3.1节第5步??? 作为 CCS 新手、我导入了 enet_s2E 文件夹。 点击"清理"、然后构建。 我显示18个错误。 不确定如何继续。 参见附件

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好、Gary、

    请参阅此帖子 :e2e.ti.com/.../1923558
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

     好的、我可以使用第一个校正、但我没有找到另一个校正? 那么、现在我有5个错误???

    在文件"FreeRTOSConfig.h"中、替换该行

    #define CONFIGMAX_Priorities         (( unsigned portbase_type )16)

    使用

    #define CONFIGMAX_Priorities         16.

    请参阅随附的屏幕截图。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好、Gary、

    Sai Reddy 的帖子中还列出了其他用于解决这些错误的步骤。 请继续执行他概述的每一个步骤。
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    好的、我的错、我在 serial.c 中查找、而不是 serial_task.c 它现在已成功构建。 谢谢你。