Skip to main content
Visitor II
June 4, 2025
Solved

NUCLEO545REQ Multichannel ADC DMA example

  • June 4, 2025
  • 1 reply
  • 289 views

Hello, Is there any example code available for Multichannel ADC1 in regular DMA mode for NUCLEO545REQ board.

 

    This topic has been closed for replies.
    Best answer by TDK

    Doesn't appear to be. Here's one for the U575 that can be adapted with little work.

    STM32CubeU5/Projects/NUCLEO-U575ZI-Q/Examples/ADC/ADC_DMA_Transfer at main · STMicroelectronics/STM32CubeU5

    1 reply

    TDKAnswer
    Super User
    June 4, 2025

    Doesn't appear to be. Here's one for the U575 that can be adapted with little work.

    STM32CubeU5/Projects/NUCLEO-U575ZI-Q/Examples/ADC/ADC_DMA_Transfer at main · STMicroelectronics/STM32CubeU5

    Visitor II
    June 4, 2025

    @TDK Thanks I'm able to get it working