Resolved! GPDMA & HPDMA on STM32N6
Hello, I am currently working on implementing a memory-to-memory DMA transfer on a STM32N6 board, but I have trouble making the DMA work (GPDMA or HPDMA).I tried to follow the Reference Manual for a LL implementation, but my code doesn't work and I c...