How can I add DMA to both cores on STM32H7 dual core MCUs
Hello Guys,I am using a STM32H755ZI and I learned a lot about this MCU the past last months. However I am struggling with DMA. I got DMA working on one core, but I would like to use DMA on the same peripheral on both cores. I got it kinda working, bu...