Part Number: LAUNCHXL-CC1352R1
Other Parts Discussed in Thread: SYSCONFIG, Z-STACK, CC1352P
Tool/software: Code Composer Studio
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