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.

CC2674R10: RSK variant and SYSCONFIG

Part Number: CC2674R10
Other Parts Discussed in Thread: SYSCONFIG,

Tool/software:

Hello,

I'm having an issue with sysconfig's BLE settings specifically for the CC2674R10RSK variant with TIRTOS7. The BLE section of sysconfig will not render any options and appears to not be functional for configuring anything related to BLE.

Specifically this error appears immediately and appears to be unresolveable:

Unable to render selection

Error: Configurable "rfDesign" of "/ti/ble5stack/ble$static": Validation failed: [
Hide Details...

{ "instancePath": "", "schemaPath": "#/additionalProperties", "keyword": "additionalProperties", "params": { "additionalProperty": "options" }, "message": "must NOT have additional properties" } ] at M (dev.ti.com/.../ui.js:312:859415) at t.createMetaContentConfigurableMgr (dev.ti.com/.../ui.js:312:861000) at d.createMetaContentConfigurableMgr (dev.ti.com/.../ui.js:312:952586) at dev.ti.com/.../ui.js:312:956534 at Rt (dev.ti.com/.../ui.js:234:5322) at Function.Ia [as map] (dev.ti.com/.../ui.js:234:40208) at d.addMetaContentConfigurableMgrs (dev.ti.com/.../ui.js:312:956519) at d.initMetaConfigurables (dev.ti.com/.../ui.js:312:953856) at d.createStatic (dev.ti.com/.../ui.js:312:1046136) at h.initStatic (dev.ti.com/.../ui.js:312:805916)


While I am able to reproduce this error on sysconfig v1.18 with the 7.10 version of the SDK locally, it appears as though the exact same thing happens with the online tool which is using Sysconfig 1.22 and 7.41

To reproduce:
1. Start a new Sysconfig Design
 - Software Product SimpleLink Low Power F2 SDK (7.41.00.17)
 - Device CC2674R10
 - Package VQFN (RSK)
 - RTOS tirtos7

And hit start. The Error appears for me immediately in the BLE tab and prevents adding anything BLE related.

I have an existing project on the RGZ variant of the part that I'm attempting to transfer over to the RSK variant and need my BLE settings. Is there a fix or a workaround for this issue?