Hi everyone.
I'm running the ADC Circular example to get familiar with the ADC and i had read the Hardware reference and the EE365 but i can't figure out how to change the sample rate.
I'm using a 1 kHz tone as test signal and System View from Elanix to get the sampled signal and recontruct it.
1.- If i change the SYSCLK from 96 MHz to, say, 90 MHz, the samples seem to be at correct timing, but if i use 100 MHz, the sampled frequency is totally off.
2.- How can i calculate the sample rate (or even better, change it) for that example?
Btw, it seems the sampling frequency is SYSCLK/NUMSAMPLES = 96 MHz/1000 = 96 kHz
3.- I've tried to change the tcscs, tcsck and NCK without any change on the sampled signal.
Thanks in advance.