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.