Skip to main content
pablo
Visitor II
July 30, 2015
Question

STM32F7_Discovery not loading Demo images.

  • July 30, 2015
  • 4 replies
  • 1104 views
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
This topic has been closed for replies.

4 replies

lschulze9
Associate
July 30, 2015
Posted on July 30, 2015 at 14:00

Hello PStark,

you must use ST-Link V3.7 to program the QSPI-Flash.

mohammedyasser
Visitor II
July 31, 2015
Posted on July 31, 2015 at 07:46

Hi,

I just received my STM32F7 Disco, I tried to compile the demo program using IAR EWB and Keil MDK 5 but with no success; due to the large code size which exceeds the limits permitted by the kick-starter and evaluation version of both IDEs.  

However I managed to compile the demo using SW4STM32 and the generated .exe file size is 19.1MB.

My question is what alternatives do I have to program the internal and external flash memories. If I use the STlink utility (v3.7), how will I determine where to program the 19.1MB .exe file?

Regards

Edit: Any answer please?

Osto
Senior
August 31, 2015
Posted on August 31, 2015 at 11:16

Whats ST-Link V3? V2 is the latest and in STM32F746Disco is V2 included.

Even if available, how you want tto replaced it?

Tesla DeLorean
Guru
August 31, 2015
Posted on August 31, 2015 at 18:45

Whats ST-Link V3? V2 is the latest and in STM32F746Disco is V2 included. Even if available, how you want to replaced it?

http://www.st.com/web/en/catalog/tools/PF258168

It has the EXTERNAL FLASH loaders for the STM32F746G-DISCO

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..