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.

CC2340R5: Sysconfig error in basic_ble broadcaster role

Part Number: CC2340R5
Other Parts Discussed in Thread: SYSCONFIG

CCS version: 12.5.0

SDK: simplelink_lowpower_f3_sdk_7_40_00_64

SysConfig version: 1.18.1

In basic_ble example, when I change the device role to Broadcaster and try to open the Advertisement Parameter 1 option, SysConfig shows error as below:

 Error: eventProps: attempted to disable unknown option 'GAP_ADV_PROP_CONNECTABLE'

Please help check if this is a bug in SysConfig, thanks.

Best regards,

Shuyang

  • Hi Shuyang,

    Thank you for reporting this issue. I have managed to reproduce the same following your description.

    I'll make sure to report the issue so it can be fixed.

    As a temporary workaround, I would like to suggest you the following:

    1- Open the file <SDK>\source\ti\ble5stack\.meta\broadcaster\advertisement_params.syscfg.js with a text editor

    2- Comment out line 83 of the file mentioned before - this line should contain "getDisabledOptions: generateDisabledOptions("eventProps"),".

    3- Save the change and close the file.

    4- In CCS, re-open the .syscfg file and modify it as usual

    I expected this workaround to bypass the code limiting the available options for the "event properties" based on the device role or other parameters. So far, it does not seem to be the case, but please be aware it may happen.

    I hope this will help,

    Bets regards,

  • Hi Clement,

    It works, thanks!

    Best regards,

    Shuyang