Firmware library example errors V3.1.0
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2009-08-10 8:43 AM
Posted on August 10, 2009 at 17:43
Firmware library example errors V3.1.0
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
2011-05-17 4:20 AM
Posted on May 17, 2011 at 13:20
in this library for ADC/3ADCs_DMA/readme.txt says
DC2 is configured to converts continuously ADC channel13. Each time an end of conversion occurs an end of conversion interrupt is generated and inside the interrupt routine the converted data are read from ADC2 DR register and stored into the ADC2_ConvertedValue variable. but in source code main.c has has not a variable like ADC2_ConvertedValue and conversion interrupt wont work properly to trigger dma process.