Part Number: TMS320F28386S
Other Parts Discussed in Thread: SYSBIOS
Are there any handy time functions that can return microseconds or ticks?
Thanks,
John
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.
Part Number: TMS320F28386S
Other Parts Discussed in Thread: SYSBIOS
Are there any handy time functions that can return microseconds or ticks?
Thanks,
John
John,
There is no RTC, and therefore there is no API for tickount. You can use some soft of RTOS (freeRTOS) to get the get tic count.
Or you can use CPUTimer, and read counter.
You can refer to this link for get tickcount using TI SysBios: