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 :

I have the 1,09 Hz freq I calculated ...
When I open the project in SDK example it says :

Period = 9ms
Then in the code comment :

But I can see on my scope 0,91s period.
Which one of those periods is the correct one ?
Thanks