Tool/software: TI-RTOS
Hello:
I am seeing EasyLink_Init() hang when executed from main(). If I move it to a Task, it will complete with no problem, however in my async rx/tx tasks, the callbacks are not being executed (I'm guessing a separate issue which I have not investigated ). Anyways, my issue is exactly the same as the one previously called out here
Specifically the link bout RF_runCmd(rfHandle, (RF_Op*)&EasyLink_cmdFs, RF_PriorityNormal, 0, //asyncCmdCallback,
EASYLINK_RF_EVENT_MASK);
is what is hanging.
Thanks,
Michael