Hi,
I am using iMXRT1170 EVK board and tried executing the QTimer in interrupt mode for every 1msec.
When I checked the output on DSO by configuring the GPIO output in the interrupt handler function. I got the output as attached here.
I am not able to go below 8.35msec for,
QTMR_SetTimerPeriod(BOARD_QTMR_BASEADDR, BOARD_SECOND_QTMR_CHANNEL,MSEC_TO_COUNT(1U, QTMR_SOURCE_CLOCK) );
and maximum I got 70msec for,
QTMR_SetTimerPeriod(BOARD_QTMR_BASEADDR, BOARD_SECOND_QTMR_CHANNEL,65000 );
Can you let me know why it is showing like this? In example code it says we can configure it for 1msec but I am not getting it.
Please let me know, did I missed any configuration here? How to resolve this for interrupt for every 1msec.
Code and DSO output is attached.
Thanks in advance.