What is the duration of a time-slice in TIRTOS? Can that length of time be changed?
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.
What is the duration of a time-slice in TIRTOS? Can that length of time be changed?
Hi Suril,
In the SYS/BIOS (TI RTOS), we have "system tick" and it is the basic time length to switch task. It is explained in the BIOS User Guide. You can search the word "Clock.tickPeriod" in the User Guide. The User Guide is included in the SYS/BIOS distribution but you can download it separately at http://www.ti.com/lit/ug/spruex3m/spruex3m.pdf.
Please also refer the following screen capture. You can set it by GUI.
The above is which I've changed the value from 1000 us in default.
I hope it helps.
Regards,
Atsushi