Hi Everyone,
First post here !
Working on a project where I’m using the 3 timers TCC0, TCC1 and TCC2, changing both their frequencies and duty cycles (with a rotary encoder).
Im having a strange behavior with TCC2. Because it is only 16 bits and I want to get the best possible fequency resolution, I’m updating the Prescaler depending on the desired output frequency.
But by doing so, the whole behavior of the Timer goes wrong, that is, its frequency becomes something completly unexpected.
I created separate functions for :
- Timer init
- setting the Prescaler
- setting frequency and duty
When i first set the PS and frequency in the init, everything is fine, but as soon as I call once more those fuctions, I start to get wrong frequency values…
Any help would be greatly appreciated,
Thanks in advance,
Clément
Timer_TCC2_test2.ino (9.65 KB)