Hello,
I have a couple questions regarding the timer module in the MCU. My MCU SDK version is mcu_plus_sdk_am62ax_09_00_00_19.
Is it normal to see the time jump in the beginning of the program? Why does it jump to a very high value? Also when it resets, why doesn't this reset back to 0? This complicates timestamping as I'm not aware of where the count actually starts.
I configured a timer with the settings below and I'm testing it in a task by saving a count value every 5ms (via TimerP_getCount( gTimerBaseAddr[CONFIG_TIMER0] ) ). I attached screenshots of my output below as well.

Test output of timestamps:
When timer jumps in the beginning.

When timer resets:

Thanks,
Joseph




