SDRAM MPU configuration for LTDC 1280x720
Hi, I have problem config LTDC for 1280x720 @60Hz. Without caching it works no problem, but slow. We are using 32MB SDRAM 16bit, config at 100MHz. When we use MPU to cache SDRAM, code as below: ``` MPU_Region_InitTypeDef MPU_InitStruct; /* Disable t...