cancel
Showing results for 
Search instead for 
Did you mean: 

ADC interleaved mode on STM32H755ZIT

Teja
Associate

Hello Team ,

i want to implement ADC interleaved mode on STM32H755zit-Q board can you please help the code with HAL library

2 REPLIES 2
TDK
Guru

Look at the CubeMX examples to get started. Here is one of them:

https://github.com/STMicroelectronics/STM32CubeH7/blob/e1634098407a0d08859bfe221b36a50c972724ca/Projects/NUCLEO-H743ZI/Examples/ADC/ADC_DMA_Transfer/Src/main.c#L138

 

If you feel a post has answered your question, please click "Accept as Solution".
FBL
ST Employee

Hello @Teja 

STM32CubeH7/Projects/NUCLEO-H745ZI-Q/Examples/ADC/ADC_DualModeInterleaved at master · STMicroelectronics/STM32CubeH7 (github.com)

I guess this example is targeting the same product to perform conversions in interleaved dual mode. 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.