cancel
Showing results for 
Search instead for 
Did you mean: 

ADC

venkateswarlu
Associate II

how to use multiple adc in stm32f746zg nucleo board

4 REPLIES 4
TDK
Guru

Here is one example:

https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32F769I_EVAL/Examples/ADC/ADC_DualModeInterleaved

 

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

sir i am using stm32f746zg nucleo  board and i dont want to use in dma mode i want to use in normal mode and how to configure in .ioc file using 2 adc in single channel

Before trying to use two ADC, have you successfully managed to use each one on its own?

If you configure two ADCs in the IOC file, it should generate code for each one.

Convert a single channel. Then change channels, and convert the second one.

You cannot effectively convert a sequence without using DMA.

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