I have an STM32F469NI-DISCO (AU1) board, and I need to put a big array (representing a GIF) in the external flash. I created a code attribute at first, and stored this array under the attribute in the external flash, but it won't work: the linker mak...