/* Send packet */
RF_EventMask terminationReason = RF_runCmd(rfHandle, (RF_Op*)&RF_cmdIeeeTx_ieee154_1,RF_PriorityNormal, NULL, 0);
This is from an example. Instead of continuing the loop, the firmware app always gets stuck... but I am not able to enter the function and discover the reason. How do I activated the ¿indexer? ?
What conditions should be put as parameters in order to unblock the function?
Thank you.