Hi,
I've configured Timer ISR in compare mode, and expecting ISR to hit every time when TCRR and TMAR value gets matched.
After ISR got hit, what will be the value of TCRR ?
whether TCRR value will be Reloaded/reset to value present in TLDR register or it will keep counting until overflow value(0xFFFF FFFF).
Thank you