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.

RE: Compiler/CC2650: Power Saving in Sensor Controller

Hi Clément,

Thanks for your reply.

I have following question:

We are passing tickPeriod  as 1 in function scifStartRtcTicksNow(1). what will be the effect of using tickPeriod as 1 in function

void scifStartRtcTicksNow(uint32_t tickPeriod) ?

Regards,

Ankita Tayade

  • Hello,
    Please refer to the source code for the functions scifStartRtcTicksNow() in scif.c where the function parameter is explained. You an also have a look to our Simple Link Academy trainings about Sensor Controller.

    In short, using scifStartRtcTicksNow(1) sets the Sensor Controller to wake up every 15 us. First I don't think that 15 us are enough for the SC to execute all the code you want. Second, I am not sure if the SC accepts such a small value.

    Regards,