cancel
Showing results for 
Search instead for 
Did you mean: 

ADC DMA RESTART problem in stm32h7

RShar.9
Senior

Hello

i am working on stm32h743 , and in it ADC DMA stop working but when i try to start again i does't.

what is the problem in it?

2 REPLIES 2
oeliks
Senior

1) what triggers adc? Timer interrupt? Check timer settings, if timer stops than dma transfer will fail also

2)stop dma manually, and start it once more

3)why dma stops? You have to dwbug it. Maybe it goes to hard fault. Maybe its stuck in some loop.

berendi
Principal

How could we know what's the problem with the code you are using?