2009-08-10 08:43 AM
Firmware library example errors V3.1.0
2011-05-17 04:20 AM
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.