2019-11-25 11:06 AM
I am trying to migrate a project from a NUCLEO-F746ZG to the NUCLEO-H746ZI2.
In this project, I sample 6 different ADC channels using DMA. When configuring the DMA in CubeMX I cannot find the "DMA Continuous request option". I tried setting the DMA to "DMA Circular Mode" but the interrupt never arises. This problem is happening with the NUCLEO-H746ZI2 board and CubeMX 5.4
Is there a way around this problem, or am I doing something wrong?