hello sir,
i am working on CC1350 Lp, and i am developing my application on RF- SUB 1Ghz, i want to power down my Rf core when there is no operation executed upcoming milisecond time.
before the while loop , i have initialize the Rf core, i have open it.
and in loop i have transmitted the Rf packet over the Rf. so my question is after packet has been transmitted. i have called the Rf_yield() to get the Rf core in power down mode for perticular milisecond.
after some time for another packet send is it need to enable the Rf core power by calling Rf_open();
Pleas suggest me your views.
Thank you