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: How to add both rfWakeOnRadioRx/Tx to a project

Part Number: CC1312R

Tool/software: Code Composer Studio

Hi,

I'm trying to add rfWakeOnRadioRx/Tx example code to example code rfWsnNode_CC1312R1_LAUNCHXL_tirtos_ccs,

If I only add WoR tx task it works fine, but add both tx/rx task it can't run code.

txTaskInit();
rxTaskInit();

in the main() https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/156/rfWsnNode_5F00_CC1312R1_5F00_LAUNCHXL_5F00_tirtos_5F00_ccs_5F00_WoRtxrx.7z

Do I miss anything?

Thanks.