Resolved! I'm using STML4R9ZI MCU and TouchFGX framework to implement my UI application. I have used 4' display, therefore required framebuffer size is 480 * 272. So question is how we can use the RAM3 section to hold framebuffer?
This MCU is having 3 RAM sections: RAM : 640KB,RAM2: 64KB,RAM3: 384KBI have modified my linker script(attached here) but don't know why the framebuffer is stored in RAM as well RAM3 section as per below snap? Linker script: STM32L4R9AIIX_FLASH.zipFol...