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/LAUNCHXL-CC1352R1: SysConfig undefined symbols when editing a custom board

Part Number: LAUNCHXL-CC1352R1
Other Parts Discussed in Thread: SYSCONFIG, Z-STACK, CC1352P

Tool/software: Code Composer Studio

Dear Support,

I found an issue using the new SDK 3.30.xx and SysConfig to map the pins of a C1352R1 custom board. It seems that when editing the pins (change to custom board), some required Predefined Symbols are deleted thus resulting in compiling errors.

The problem I faced was about the rfSelecrt() function being undefined. When digging into it, it seems CONFIG_CC1352R1_LAUNCHXL is undefined (due to custom board selection), but this causes the rfSelect() not to be defined anywhere. I tried a workaround by forcing the CONFIG_CC1352R1_LAUNCHXL definition in project properties, but I wonder if this would not overwrite any of my custom configurations.

Moreover, would there be another predefined symbol that need to be added when changing to a custom board? So far, this workaround seems to be enough for my application to work as expected, but I have not done extensive tests. 

Thanks in advance.

Regards,

Angel