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.

Did Tick period change will have impact on system behaviour



Hi all,

           I have changed tickperiod from 10us to 100 us in configure file. Other than timing resolution, do we have any impact. I have want to know regarding current consumption also will have impact. Is anyone tried this.

Thank you so much for your response in advance.

Thanks & Regards

Siva Krishna

  • It will not have any effect on any of our example applications. The only limitation you get is that the minimum resolution TI RTOS can schedule things to happen in will be 100us instead of 10us.

    Regards,
    Svend
  • Hi Svend,
    I have another doubt. I am using Util_ConstructClock to generate delay, when it is expiring that time I was using Util_restartClock function for another delay. One time it was performing well. Once it is expired again If I am trying to access the clock then I was not able to generate delay. Can you please provide suggestions is it possible to achieve two delays by using one clock simultaneously.

    Thanks in advance.

    Thanks
    Siva Krishna.