I just put this piece of code in the ADC ISR :
PTB-> PTOR |= 1 << 17; // Toggle
And this is what I see with my scope :
SDS00001.png
I have the 1,09 Hz freq I calculated ...
When I open the project in SDK example it says :
f_gaudon_0-1652189332055.png
Period = 9ms
Then in the code comment :
f_gaudon_1-1652189365945.png
But I can see on my scope 0,91s period.
Which one of those periods is the correct one ?
Thanks