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.

LAUNCHXL-CC1352P: TI thread with custom RF

Part Number: LAUNCHXL-CC1352P

Hello I am trying to send custom RF in fact 802.15.4 PHY packets... so I choose the IEEE 802.15.4 tab... but when I do and build the project I trigger several errors.

>> Compilation failure
subdir_rules.mk:9: recipe for target 'rfPacketTx.obj' failed
"../rfPacketTx.c", line 100: error #20: identifier "RF_cmdPropTx" is undefined
"../rfPacketTx.c", line 108: error #20: identifier "RF_prop" is undefined
"../rfPacketTx.c", line 108: error #20: identifier "RF_cmdPropRadioDivSetup" is undefined
"../rfPacketTx.c", line 112: error #20: identifier "RF_cmdFs" is undefined
4 errors detected in the compilation of "../rfPacketTx.c".
gmake: *** [rfPacketTx.obj] Error 1

How can I define them? What type of variable are they so I can define them... Thank you again...