请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC1352R Thread 中讨论的其他器件:SysConfig
大家好、
我想使用 OAD 和安全调试来实现传感器应用。 现在、我将使用传感器片外 OAD 示例。 除了片外 OAD、我还想实现安全调试。
是否可以在单个应用中实现 OAD 和安全调试???
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.
我已启用 feature_secure_Commission 宏、并且遇到以下错误。
|
1
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
|
<Linking> error: symbol "macWrapperAddKeyInitFCtr"redeclared with incompatible type: "uint8(ApiMac_secAddKeyInitFrameCounter_t *)[unsigned char [ExplSign] ]" in"../Application/MAC/HighLevel/mac_hl_patch.c"at line 1156 and: "uint8(ApiMac_secAddKeyInitFrameCounter_t *)[unsigned char [ExplSign] ]" in ".../ti154stack/high_level/macwrapper.h" at line 185) error: symbol "macWrapperAddDevice"redeclared with incompatible typ: "uint8(ApiMac_secAddDevice_t *)[unsigned char [ExplSign] ]" in"../Application/MAC/HighLevel/mac_hl_patch.c"at line 1460 and: "uint8(ApiMac_secAddDevice_t *)[unsigned char [ExplSign] ]" in ".../ti154stack/high_level/macwrapper.h" at line 95) |
我在 SysConfig 中启用了网络安全配置设置、即 MAC 安全。 我无法选择 MAC 安全性和调试。
如何启用此功能
感谢你能抽出时间。
此致、