Other Parts Discussed in Thread: ADC12DL040
Hello
It takes 248ns (4MHz) execution time.
We want less than 100ns (10MHz sampling).
All interrupts are disabled.
The external crystal is 20 MHz.
Is there any way to make it run faster?
under.
Is it possible to speed up using a function?
InitSysPll(XTAL_OSC,IMULT_20,FMULT_0,PLLCLK_BY_2);
under.
If the timer interrupt is set to 0.1us, it takes more than 500ns.
// ConfigCpuTimer(&CpuTimer0, 200, 0.1); // 10MHz (100ns)
Thanks.
*********************************************