2025-06-29 9:08 AM
I am trying to read a simple adc with DMA method, but the DMA Continuous Request option is not visible as seen in the screenshot. CubeIDE Version: 18.1, Nucleo h755zi-q. Macbook Pro M4, 2024
I am trying to read a simple adc with DMA method, but the DMA Continuous Request option is not visible as seen in the screenshot. Even though I added from the DMA window, the problem persists. CubeIDE Version: 18.1, Nucleo h755zi-q. Macbook Pro M4 Pro, 2024.
2025-06-29 10:07 AM
There is no such setting on the STM32H755 and it is not required for ADC/DMA to work correctly.
Set up the ADC and DMA and start the conversion with HAL_ADC_Start_DMA and it'll work.