Hello TI,
In C7X processor, we have __TSC for calculating profiling time. What is the equivalent method in R5F Main and R5F MCU cores.
Thanks
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.
Hello TI,
In C7X processor, we have __TSC for calculating profiling time. What is the equivalent method in R5F Main and R5F MCU cores.
Thanks
hi,
Well, in vision apps, we use GTC timer on all main domain cores. You can use the same.
Regards,
Brijesh
Hi,
What is the API to use for GTC timer? A sample code would be helpful
Thanks
Hi,
You could refer the API appLogGetTimeInUsec() present in ${PSDKRA}/vision_apps/utils/console_io/src/app_log_rtos.c .
Regards,
Nikhil