STM32F429 LTDC Line Interrupt affects the DMA of other peripheral devices
Hello I have a project that uses the STM32F429 chip.Used the ltdc peripheral and spi-dma peripheral,The data of ltdc and spi both come from sdram.For ltdc peripheral,Because I want to use double buffering,I must know when the frame has completed refr...