DMA2D transfer error causes touchgfx to fail to work properly. How to solve the problem of UI screen stuck?
During the normal operation of the program, after touching the pin on the external sdram by hand, the UI screen is stuck. The simulation shows that the DMA2D Transfer error flag is set, touchgfx cannot work normally, and the chip works normally after resetting; It is speculated that the address line on the sdram was temporarily short-circuited by static electricity, and DMA2D could not access the target address. Is there any way to solve this problem to ensure that touchgfx can continue to work normally instead of resetting?