Hi team,
I'm running evkmimxrt1170_tensorflow_lite_micro_label_image_cm7 on the RT1170 EVK kit.
The inference time calculated using the systick timer in the example is incorrect when matched with the system time.
The inference time printed is as below.

which shows approximately 530ms for inferencing, which is not correct.
To check that if we put prints before and after run inference function as shown below:

which results in the below output:

If we check the time difference, it is 270ms.
I have also tried using pit timer which is provided as an example. It doesn't work properly when other process is running.
Can you please look into this issue and provide a solution.
Thanks & Regards,
Ramson Jehu K