Correct way to read timer counter register
i have a question regarding the correct way of reading the timer counter registers.
I learned not to read timer couter registers asynchronously, because it can lead to spourious wrong values if i read just when the timer changes it's value.
In several posts, i read it's easy, only read TIMx->CNT.
Isn't it important first to disable the counter, then do the read operation and after reading enable the counter again to avoid this effect?
