Hi Xiangjun,
I tried your suggestion. I tried two methods
CTIMER to trigger every 0.5us, and so rising edge happen very 1us, I read the adc value from RESFIFO when:
method 1. CTIMER ISR
method 2. ADC ISR (trigger completion)
Method 1: i get Zero value often, (every 2 samples, it get 1 zero) I think because sample not ready
Method 2: ADC ISR is not happened every 1us, the interval is longer than 1us.
If I increase the ADC input clock, e.g. divider = 1, then it can get sample every 1us.
What is the impact of using high ADC input clock?
Could you please provide the code that NXP use for verifying the 1MSample/s ADC?
BR,
Francis