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.

CCS/CC1312R: Bug: CCS9.3 SysConfig generates wrong (opposite) value for .pktConf.bVarLen setting

Part Number: CC1312R
Other Parts Discussed in Thread: SYSCONFIG

Tool/software: Code Composer Studio

Hi,

CCS9.3 SysConfig generates wrong (opposite) value for .pktConf.bVarLen setting in ti_radio_config.c when custom RF Stack is used. 

Generated .pktConf.bVarLen value is set to '1' in case that "Packet Length Config" is seleced to be "Fixed" and to '0' if "Variable" is selected. Correct value should be in opposite! 

Regards,

Dimitar Devedzhiev

  • Hi Dimitar,

    Let us look into this.

    What version of the SimpleLink CC13x2/CC26x2 SDK are you using?

  • Hi Marie,

    I am using simplelink_cc13x2_26x2_sdk_3_40_00_02 (and the project is set to use also this).

    Regards,

    Dimitar Devedzhiev

     

  • Hi Dimitar

    Thank you for making us aware of this bug. the bug has been reported and will be fixed.

    BR

    siri

  • Hi Siri,

    I found two additional issues concerning radio_configs settings generation usin SysConfig. I could not say that they are bugs, but at least there is some differences in default values between Sysconfig and SmartRfStudio2.7.16 generated commands. I have not checked all the comands, but this are additional issues that I've found up to now: 

    1. RF_cmdPropRxSniff.pktConf.bChkAddress - I case that CheckAddres was chosen the RF_cmdPropRx.pktConf.bChkAddress has correct value '1' but RF_cmdPropRxSniff.pktConf.bChkAddress is with value '0'.

    2. RF_cmdPropRxSniff.condition.rule - is generaded by Sysconfig with value '0', from SmartRfStudio - with '1'.

    Best Regards,

    Dimitar

     

  • Hi Dimitar

    As for now, sysConfig will only work for the "normal" RX and TX commands, CMD_FS and the setup command.

    I am not sure when/if configurations of other commands will be supported. I will report that there at least should be some kind of warning stating that selecting other commands only give you the struct for the command, and not the correct configuration.

    BR

    Siri