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.

[参考译文] CC2652R:如何在 CCS 中查找特定的函数定义?

Guru**** 2393725 points


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

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1124567/cc2652r-how-to-find-the-specific-function-definition-in-ccs

器件型号:CC2652R

大家好、

以下是客户提出的问题、可能需要您的帮助:

CCS 导入工程后如何检查源文件?  例如、LL_Init 的定义在哪里:

谢谢。

此致、

樱桃

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

    您好、Cherry、

    CCS 具有一个支持的输入功能、允许到达符号的声明。 要使用它、请右键单击符号>"打开声明"-您也可以按 F3。 请注意、还提供其他强大的搜索功能。

    当涉及 LL_init()函数时,我们不会在栈内提供此函数的源(即,此符号位于库文件中)。 因此、您将无法找到前面所示的符号定义。

    我希望这将有所帮助、

    此致、