Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi everyone,
I am looking for the SysTick_Handler() function location of the RTOS of my GP EVM and if exists a function like getTicks() to reveal the current tick number.
I'd like to observe the timings of sequences of the peripheral readings and also will use the number of ticks in my time based calculations.
There is one function namely "Timer_getCurrentTick(Timer_Object *timer, Bool saveFlag)" in the Timer.c file of BIOS.
Can I use this function? If so which timer is the core system timer?
By the way, it feels a bit emberassing to ask in which file a function/procedure exists :)
Is there an easy way to find a list of functions&procedures for ex. used in TIRTOS, SYS/BIOS etc.?
Thank you.