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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/22/02 10:21
Read: times


 
#26108 - RE: I want to connect 8051 and adc0809
I can't understand you very well.
This ADC can't write to ram for this you need a DMA device. The '52 must read the ADC and put the data in RAM.
Do you want a continus flux in both.

You can control both devices with interrupts.

Why an external ADC an not an internal?

Why 64K of RAM?

There are some derivates with 8K on chip RAM and Analog inputs. This could be a sigle chip option.

You can do somethink like this:

Serial interrupt:
pull from FIFO
put the data in serial port.


A/D interrupt:
get the data
push the data in to fifo.


The main program must inicialize all vectors etc.
The push an pull routines must control overload of fifo stack..

Regards.

List of 11 messages in thread
TopicAuthorDate
I want to connect 8051 and adc0809            01/01/70 00:00      
RE: I want to connect 8051 and adc0809            01/01/70 00:00      
RE: I want to connect 8051 and adc0809            01/01/70 00:00      
I want to connect 8051 and adc0809            01/01/70 00:00      
RE: I want to connect 8051 and adc0809            01/01/70 00:00      
RE: I want to connect 8051 and adc0809            01/01/70 00:00      
RE: I want to connect 8051 and adc0809            01/01/70 00:00      
RE: I want to connect 8051 and adc0809            01/01/70 00:00      
RE: I want to connect 8051 and adc0809            01/01/70 00:00      
RE: I want to connect 8051 and adc0809            01/01/70 00:00      
RE: I want to connect 8051 and adc0809            01/01/70 00:00      

Back to Subject List