Skip to main content
AKhot.1
Associate III
July 10, 2023
Question

USB ADC DMA not working in STM32L476RG

  • July 10, 2023
  • 1 reply
  • 947 views

I am using DMA in circular mode for ADC and transmitting data through USART. But now I wanted more speed so I thought of using USB. 

I am able to send a string using USB. But when I enable DMA in circular mode and turn on the "Continuous conversions" and " DMA Continuous Request". The USB port doesn't show up.

What could be the issue?

    This topic has been closed for replies.

    1 reply

    AKhot.1
    AKhot.1Author
    Associate III
    July 10, 2023

    AKhot1_0-1688991866067.png

    This is my clock settings 

    AKhot.1
    AKhot.1Author
    Associate III
    July 10, 2023

    AKhot1_1-1688991923714.png

    This is my DMA settings