Other Parts Discussed in Thread: SYSCONFIG
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:LAUNCHXL-CC1352R1 Thread 中讨论的其他器件:SysConfig
工具/软件:Code Composer Studio
我想在 ti_drivers_config.h 中添加 i2c 模块
即使我继续进行编辑、也不适用
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.
Other Parts Discussed in Thread: SYSCONFIG
工具/软件:Code Composer Studio
我想在 ti_drivers_config.h 中添加 i2c 模块
即使我继续进行编辑、也不适用
ti_drivers_config.h 是生成的文件。 TI_DEVICE_CONFIG.c、ti_drivers_config.c 和 ti_drivers_config.h 由名为 SysConfig 的工具生成。 如果您编辑该文件、它将在您下次生成时重新生成。
有关 SysConfig 的更多信息、请访问 SimpleLink Academy:
如果要添加 i2c、请双击项目中的.syscfg 文件。 然后、您可以在左侧的 TI 驱动程序下选择 I2C 并将其添加到您的配置中。
此致、
John