Resolved! STM32H7 DMA2 wont trigger interrupt
Using STM32H743ZII am using SPI1 in 2 lines Rx only mode with DMA2 Stream 2 as in ST exampleI use Rx DMA with a buffer located in D2 RAM. Using debugger I found that the first reception works well, data gets written into my buffer. But my DMA doesn't...