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.

CC3220S-LAUNCHXL: MQTT Client Example Sysconfig fails

Part Number: CC3220S-LAUNCHXL
Other Parts Discussed in Thread: CC3220S, SYSCONFIG

I have been been using CCS V12.2.0.00009 with TIRTOS7, TICLANG and the simplelink_cc13xx_cc26xx_sdk_7_10_02_23 SDK successfully for some time.

I downloaded simplelink_cc32xx_sdk_7_10_00_13 and attempted to build the mqtt_client_CC3220S_LAUNCHXL_tirtos7 example, in the same IDE,  to run on my CC3220S Launchpad.

Sysconfig succeeds in building the image.syscfg file then fails on the mqtt_client.syscfg build

Core part of a long error message is

Caused by: Error: Configurable "mode" of "/ti/drivers/SPI": Validation failed: [
  {
    "keyword": "type",
    "dataPath": "/options/0/name",
    "schemaPath": "#/definitions/EnumerationOption<number>/properties/name/type",
    "params": {
      "type": "number"
    },
    "message": "should be number"
  },

I attempt to look at the mqtt_client.syscfg file and get the same addinstance() error.

I can't work out where to go from here. Do I have a version incompatibility problem?

Thanks for looking at this.