cancel
Showing results for 
Search instead for 
Did you mean: 

Firmware library example errors V3.1.0

muratterzi
Associate II
Posted on August 10, 2009 at 17:43

Firmware library example errors V3.1.0

1 REPLY 1
muratterzi
Associate II
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.