There is an inconsistency within the F2837xD datasheet (sprs880h) concerning the maximum ADC sample rate that has a material difference on my project:
- table 3-1 states the maximum sample rate is 3.5 Msps and the minimum ADC conversion duration is 290 ns.
- table 5-43 states the minimum acquisition window is 75 ns, 15 clock cycles for a SYSCLK of 200 MHz.
- table 5-49 states the ADC conversion takes 41 SYSCLK cycles when the ADCCLK is 50 MHz and SYSCLK is 200 MHz.
Points 2 and 3 give me:
- a minimum conversion duration of 56 SYSCLK cycles
- a minimum conversion duration of 280 ns for SYSCLK at 200 MHz
- a maximum sample rate of 3.57 Msps
Is the minimum conversion duration 280 ns as calculated from the datasheet, or 290 ns as stated in the datasheet? If it is the latter, what is the source of the inconsistency in figures?