After enabling the SCB cache, screen flickering occurs during display refresh.
Hi,MasterMCU: STM32H743IILVGL: V9.1Problem Description:I have an external SDRAM with a size of 32MB.The program is configured as follows:void sys_cache_enable(void) { SCB_EnableICache(); SCB_EnableDCache(); SCB->CACR |= 1 << 2; } void m...