2020-01-04 07:46 AM
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?
2020-01-05 12:07 AM
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.
2020-01-05 12:12 AM
How could we know what's the problem with the code you are using?