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.

[参考译文] CC2340R5:如何在 xxx_linkinfo.xml 中添加新文件或函数?

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1440957/cc2340r5-how-to-add-new-files-or-functions-in-xxx_linkinfo-xml

器件型号:CC2340R5
主题中讨论的其他器件: SysConfig

工具与软件:

您好、朋友:
我使用 CC2340R5-Q1 MCU 和 SDK simplelink_lowpower_f3_sdk_8_10_01_02。 我想打印出调试消息。 我加入了 Display.h 并调用 Display_init 和 Display_open 函数。 但我收到如下错误消息。

首次引用了未定义的
符号
--- -------
display_doInit ./gpiointerrupt.o.
Display_doOpen ./gpiointerrupt.o
Display_doPrintf ./gpiointerrupt.o

我检查了另一个项目、它包含 xxx_linkinfo.xml、并且该文件包含 Display_doInit 设置。 如何在 xxx_linkinfo.xml 中添加新文件或函数?
提前感谢您。
Ted Wu

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

    嗨、

    您需要在 SysConfig 中包含显示模块。 这应该会消除误差

    此致、

    Marvin