Other Parts Discussed in Thread: CC2755R10, SYSCONFIG, CC2674R10, CC2674P10
器件型号:SIMPLELINK-LOWPOWER-F2-SDK
Thread 中讨论的其他器件: SysConfig、 CC2674R10、CC2755R10、 CC2674P10
您好:
我在尝试使用 Simplelink SDK 版本 8.13.0.11 针对 RSK 包中的 CC2674R10 配置工程时遇到了问题。 当您创建新工程或将现有工程迁移到目标 CC2674R10RSK 时、SysConfig 会在您打开 BLE RF Stack 选项卡时显示错误、导致您无法创建或配置 BLE 栈。
我发现重现问题的最简单方法是使用 TI 开发人员专区中的在线 SysConfig 工具。 如果您使用 SimpleLink F2 SDK 版本 8.31.0.11 针对采用 RSK 封装且未选择电路板的 CC2674R10 创建新设计、则 BLE RF Stack 页面会显示以下错误:
Unable to render selectionError: Configurable "rfDesign" of "/ti/ble5stack/ble$static": Validation failed: [ { "instancePath": "", "schemaPath": "#/additionalProperties", "keyword": "additionalProperties", "params": { "additionalProperty": "options" }, "message": "must NOT have additional properties" }]
at x (https://dev.ti.com/sysconfig/ui.js:519:949060) at t.createMetaContentConfigurableMgr (https://dev.ti.com/sysconfig/ui.js:519:950645) at d.createMetaContentConfigurableMgr (https://dev.ti.com/sysconfig/ui.js:519:1051536) at https://dev.ti.com/sysconfig/ui.js:519:1056744 at Tt (https://dev.ti.com/sysconfig/ui.js:342:5322) at Qr.Sa [as map] (https://dev.ti.com/sysconfig/ui.js:342:40208) at d.addMetaContentConfigurableMgrs (https://dev.ti.com/sysconfig/ui.js:519:1056729) at d.initMetaConfigurables (https://dev.ti.com/sysconfig/ui.js:519:1052830) at d.createStatic (https://dev.ti.com/sysconfig/ui.js:519:1150736) at g.initStatic (https://dev.ti.com/sysconfig/ui.js:519:859890)
如果您以其他处理器为目标、此选项卡似乎工作正常。 我已经使用 CC1354P10-1 LaunchPad 完成了一些原型设计、建议将其作为与 CC2674R10RSK 最接近的模拟器件、但只在我尝试通过 SysConfig 迁移工程时遇到了上述问题。
我还在 Code Composer v20 和 v12 中复制了该问题、两者都使用 SDK 版本 8.31.0.11。 该错误看起来与 SysConfig 的 Web 版本中的错误几乎相同、但我添加了该错误、以防它提供任何额外的上下文。
重现步骤:
- 从 Resource Explorer 中的 CC1354P10-1 LaunchPad/BLE5-Stack /TI-Clang 目录导入 simple_peripheral 工程。
- 点击 BLE RF Stack 选项卡中的“Remove All“(全部删除)以删除现有的 BLE 配置。 如果存在迁移、SysConfig 将阻止进行迁移。
- 在器件视图中、迁移至以下目标、然后点击 Confirm:板“无“、器件“CC2674R10",“,封、封装“VQFN (RSK)“。
BLE RF Stack 选项卡现在显示以下错误:
Unable to render selectionError: Configurable "rfDesign" of "/ti/ble5stack/ble$static": Validation failed: [
{ "instancePath": "", "schemaPath": "#/additionalProperties", "keyword": "additionalProperties", "params": { "additionalProperty": "options" }, "message": "must NOT have additional properties" }] at M (localhost:52787/.../ui.js:312:820583) at t.createMetaContentConfigurableMgr (localhost:52787/.../ui.js:312:822120) at u.createMetaContentConfigurableMgr (localhost:52787/.../ui.js:312:910075) at localhost:52787/.../ui.js:312:913394 at Tt (localhost:52787/.../ui.js:234:5322) at Function.Is [as map] (localhost:52787/.../ui.js:234:40208) at u.addMetaContentConfigurableMgrs (localhost:52787/.../ui.js:312:913379) at u.initMetaConfigurables (localhost:52787/.../ui.js:312:911345) at Function.createStatic (localhost:52787/.../ui.js:312:998733) at p.initStatic (localhost:52787/.../ui.js:312:762289)
我发现 一个大约 10 个月前的帖子 似乎是这个相同的问题在不同版本的 SDK (7.41.0.17) 上,但解决“SDK 8.30 修复它“似乎仍然不适用。
请提供有关修复程序或解决方法的任何信息。