User Activity

Hi,I'm using a STM32F746G-DISCO and I write my own Graphic Lib.Now I want to put the bmp icons into the QSPI Flash.What I've done....Linker file is changed MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 320K FLASH (rx) ...