- This topic has 2 replies, 2 voices, and was last updated 11 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › How to interface ADC0804 with AVR?
I want to interface an external adc, ADC0804, with ATmega16. I don`t know how to command the start conversion of the adc from the microcontroller. I already connected the pins 3(WR) and 5(INTR) of the ADC for continous conversion and then I connected them to a pin from the microcontroller. For programming I am using AVR Code Vision.
I solved the problem . I had to send an impulse signal from the uC to the ADC in order to start the conversion.
Hi Adriana,
Thanks for sharing the knowledge.