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.

[参考译文] LAUNCHLL-CC1352P:使用CC1352P的边缘脉冲独立推理

Guru**** 2392735 points
Other Parts Discussed in Thread: CC1352P

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1090835/launchxl-cc1352p-edge-impulse-standalone-inferencing-using-the-cc1352p

部件号:LAUNCHTXL-CC1352P
主题中讨论的其他部件:CC1352P

您好,

我一直在使用CC1352P Pininterrupt示例进行边缘脉冲独立推理。

我一直面临以下问题。

" ei_main.cpp:48:对`ei_printf (char const*,...)的引用未定义 "

  ei_classifier_porting.cpp文件中存在“ei_printf(car const*,...)"的函数定义。  

在 ei_classifier_porting.h文件中声明了函数prototype。

我在 main_nortos.c文件中包括了头文件(ei_classifier_porting.h)。 我仍然遇到 了一个未定义的引用错误。 请就此给出一些想法。

 

01 - ei_classifier_porting.cpp, ei_classifier_porting.cpp.h文件位置。

02 -  main_nortos.c文件位置。

03 -编译期间出错。

04 -项目的Zip文件。

e2e.ti.com/.../pinInterrupt_5F00_CC1352P_5F00_2_5F00_LAUNCHXL_5F00_nortos_5F00_gcc.zip

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

    我不熟悉EDGE Impulse,也不能回答如何将此代码与我们的SDK示例结合在一起。  

    您是否尝试过看看是否有人能提供帮助?

    Edge Impulse - TinyML开发人员社区

    如果您在使用独立SDK示例时遇到问题,我们当然可以尝试帮助您。

    巴西

    Siri

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

    感谢您的回复。

    如何在现有项目中添加文件夹? 我希望新添加文件夹中的c文件与现有项目中的c文件链接。

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

    当我不知道您的文件夹结构以及添加文件夹中的文件是如何组织的,但通常您只需将文件夹添加到项目中,并包括.h文件,如下所示:

    Siri