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.

[参考译文] LAUNCHXL-CC1352R1:SysConfig 基础知识教程无法与最新的 SysConfig GUI 配合使用

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

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1366990/launchxl-cc1352r1-sysconfig-basics-tutorial-fails-to-work-with-the-latest-sysconfig-gui

器件型号:LAUNCHXL-CC1352R1
主题中讨论的其他器件:SysConfig

工具与软件:

尊敬的 TI 工程师:

我将学习 SysConfig 基础知识教程。  本问题中的电路板是一个 CC1352R1 Launchpad:

https://dev.ti.com/tirex4-desktop/content/simplelink_academy_cc13xx_cc26xxsdk_6_40_00_00/modules/tools/sysconfig_basics/sysconfig_basics.html

我可以按照程序操作、直至

  • 任务7 -添加按钮

在该处、最新的 SysConfig GUI 中缺少回调函数条目。

请建议如何在最新的 SysConfig 中使用该示例。

此致,
提米

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

    尊敬的 Tim:

    感谢您的报告! 我将提出一个 TT 来修复它。

    我不确定是否可以使用 SysConfig 中的 GPIO 进行设置。 我认为您需要在应用代码中设置回调:

        /* Setup callback for btn int */
        GPIO_setCallback(CONFIG_GPIO_BTN1, btn_interrupt_handler);
        GPIO_enableInt(CONFIG_GPIO_BTN1);
        GPIO_setCallback(CONFIG_GPIO_BTN2, btn_interrupt_handler);
        GPIO_enableInt(CONFIG_GPIO_BTN2);

    或者、您也可以使用按钮驱动程序。

    谢谢、

    M·H