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.

CC2652R: Sysconfig for multiple boards

Part Number: CC2652R
Other Parts Discussed in Thread: SYSCONFIG

Hello. Our system uses the same firmware with multiple boards (the change in PCB are changes in GPIOS or peripherials uses). Is there a way to have multiple sysconfig files, or to choose one custom board or another, in order to select the board we want to use to generate the code?

Regards.

  • Juan,

    You can have multiple .syscfg files in your project. You should have all the .syscfg files "excluded from build" except the active one. When you rebuild, all the generated files will be replaced based on the included .syscfg file.

    Regards,

    Daniel