Question

b) What is the main purpose and requirement of REFS O and REFSİ bit in ADMUX register for using ADC in AVR? why interrupt tec

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer :- b) Reference Selection Bits are used to select the reference voltage for ADC. There are three different ways of selecting reference voltage. The bits, REFS1 and REFS0 is used to select the reference voltage.

Answer :- c) Polling technique makes code to stop at a particular place and other part of code can't be run while polling is in process.
Whereas interrupt method allows code to run continuously and run a specific part of code (ISR) on interrupt. After finishing the ISR, the code again runs continuously.

Answer :- d) We read TCNT1L first to read accurate 16-bit value. When we read lower register value the higher register value is kept in a temporary register. Thus this method is used to read both TCNT1H and TCNT1L at the same time.

Add a comment
Know the answer?
Add Answer to:
b) What is the main purpose and requirement of REFS O and REFSİ bit in ADMUX register for using ADC in AVR? why interrupt technique is preferred over poling technique in AVR programming? Why lower by...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT