cancel
Showing results for 
Search instead for 
Did you mean: 

how to configure ADC3 multi channel using interrupt method in NUCLEO-H745

ggowd.1
Associate III

Hello Team,


I am unable to configure ADC multiple channels in NUCLEO-H745ZI if I configure multiple channel ADC, voltage at channel 1is same as channel 2 but I have supplied channel 1 voltage as 3.3v and channel 2 voltage as 1.6v but it is reflecting 3.3v in both channels. How do I overcome this?
PFA enclosed.

Best Regards,
Gagan Gowda G R

2 REPLIES 2
TDK
Guru

Use DMA to convert multiple ADC channels.

https://github.com/STMicroelectronics/STM32CubeH7/blob/f0763935f0d3c386cf106b9917c032309d43ba1a/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".
ggowd.1
Associate III

Hello TDK,

Using ADC in DMA I need configure external timmer trigger but unable to get output in that. So that without DMA i am configuring external timmer trigger i am getting output in that so I need to use multi channel ADC. Is there any configuration in ADC_DMA as external timmer trigger??

 

Best Regards,

Gagan Gowda G R