Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Thread Closed: Drifted off-topic

???
05/28/02 06:37
Read: times


 
#23502 - RE: clock
Hi Anil,

I wonder, which adc you want to use. Since all ADC, which I know accept a wide range of conversion frequency and no need for an accurate 1MHz clock.

E.g. I use the AD7890, which works from 100kHz up to 2.5MHz. And no permanent clock was needed. Only 15 clock cycle after sending the start conversion command.
So my solution was to do it in software:


CLR EA
REPT 15
CLR CCLK
SETB CCLK
ENDM
SETB EA

This give about 460kHz on using 11.0592MHz crystal.


Peter




List of 7 messages in thread
TopicAuthorDate
clock            01/01/70 00:00      
RE: clock            01/01/70 00:00      
   Interfacing AD7890-10 To AT89C51            01/01/70 00:00      
RE: clock            01/01/70 00:00      
RE: clock            01/01/70 00:00      
RE: clock            01/01/70 00:00      
RE: clock            01/01/70 00:00      

Back to Subject List