Skip to main content
reedomneck
Associate III
June 4, 2025
Solved

NUCLEO545REQ Multichannel ADC DMA example

  • June 4, 2025
  • 2 replies
  • 312 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

2 replies

TDK
TDKBest answer
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

"If you feel a post has answered your question, please click ""Accept as Solution""."
reedomneck
Associate III
June 4, 2025

@TDK Thanks I'm able to get it working