I am trying to go over the TI-RTOS labs.
I am trying to follow this note from lab 1:
Clock_tickPeriod
To use Clock_tickPeriod
, remember to include the kernel Clock module
header: #include <ti/sysbios/knl/Clock.h>
The value of this variable [µs/tick] is determined when the TI-RTOS .cfg file is parsed. If Clock.tickPeriod = nn;
is not present in the .cfg file, the default value is used. Since the tick period can vary between projects, it's useful to include the variable Clock_tickPeriod
in calculations that depend on system clock ticks.
What do I need to do to look up the Clock.tickPeriod?
Clicking on the .cfg file in this lab or in any other project is not showing anything.
Thanks,
Priya
When I click on the .cfg file in this lab or in any other project, I am not finding anything.