User Activity

Hey guys, I am trying to get I2C working with DMA or without, but I am having similar issues with both. The I2C sends out the data correctly the first time via DMA and the DMA_TC interrupt is called, however it gets never called again. I can also see...
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...