STM32F7+emWin +ADC

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • STM32F7+emWin +ADC

    Hello.
    I'm working on project based on STM32F7 Discovery that has GUI, some analog and digital sensors. GUI and ADC+DMA works perfectly when they operates individually, however when I'm trying to run them together GUI not working, it's stuck on ADC reading. The program is build on the Keil emwin demo example (without demo), adc+dma (adc3) needs to read 2 channels.
    I thought maybe it's stuck by reason of using DMA2_Stream0 channel, so I changed it to DMA2_Stream1, same result.
    Do i need to built another Thread or to make another changes?
    Thanks.