Skip to main content
muratterzi
Associate III
August 10, 2009
Question

Firmware library example errors V3.1.0

  • August 10, 2009
  • 1 reply
  • 556 views
Posted on August 10, 2009 at 17:43

Firmware library example errors V3.1.0

    This topic has been closed for replies.

    1 reply

    muratterzi
    Associate III
    May 17, 2011
    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.