Question
STM32F7_Discovery not loading Demo images.
Posted on July 30, 2015 at 13:52
Hello ST community,
I have download latest version of STM32Cube for F7 mcu and I can easily compile the demonstration project using Keil. But the program seems to have no access to images (I figured out that this has something to do with the image storage location). If I remove the lines: &sharpif defined ( __ICCARM__ ) &sharppragma location=''ExtQSPIFlashSection'' &sharpelse __attribute__((section(''.ExtQSPIFlashSection''))) &sharpendif Located under k_startup.c I can see the loading image (corresponding to that file). Any clues on this topic? Thanks in advance! #stm32f7-disco-firmware #flash-programming