How to use ADC without Interupt
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2008-04-14 7:31 AM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2008-04-14 7:31 AM
Posted on April 14, 2008 at 16:31
I would like to use the STR731 ADC without using the IRQ. I would like to call a function in the main subroutine then test the flag until the conversion is ready then operate the result.
It is possible ?? I try it using the IRQ and a got value and work but I try by polling in my software and it's do not works. Thanks Martin