Skip to main content
Osto
Senior
December 27, 2015
Question

problems downloading STM32F7 discovery demo into board

  • December 27, 2015
  • 4 replies
  • 803 views
Posted on December 27, 2015 at 15:07

Hi,

I'm using Keil V5 and loaded the standard demo software (Garden control, home alarm, vnc server, ....). I can compile the project without problem but when downloading int it to board, I get message that there is no algorithm for 0x9000 0000.

When I add the available 4M SPI memory to the system, doesnt work either.

When I load the hex file of the demo (downloaded from ST) and store it with st-link utility, everything is working but when I download the compiled hex file, I get a message that there is no algorithm for that memory.

Whatever I do, either I get the software running with scrambled icons or I cant load it at all.

I need your help, how to go on to download the compiled software with Keil V5 so that I can debug it.

Thanks a lot.

Osto
    This topic has been closed for replies.

    4 replies

    Tesla DeLorean
    Guru
    December 27, 2015
    Posted on December 27, 2015 at 20:58

    For Keil, you'd need to build a .FLX/FLM driver compatible with your chips

    \Keil\ARM\Flash

    If you can't do that, have Keil generate .HEX, flash with ST-LINK Utilities + External Loader, and then debug with Keil where you uncheck download first options.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Osto
    OstoAuthor
    Senior
    December 28, 2015
    Posted on December 28, 2015 at 16:56

    Dear Clive,

    Sounds good but I have no idea, how to go on.

    In earlier posts you wrote to use the newest ST-Link utility and I could find the utility in version 3.8 on st website but inside it there is a version 3.3 instead of 3.8. Is this a bug!?

    I dont know how to butild an FLM for this chip. Is anywhere a ready to install version?

    Thanks.

    Tesla DeLorean
    Guru
    December 28, 2015
    Posted on December 28, 2015 at 22:37

    The GUI version is definitely 3.8.0, just downloaded and confirmed here.

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

    You have to add the external loader for the N25Q128A_STM32F746G-DISCO to support the QuadSPI NOR device.

    You'd have to seek support through Keil or ST contact points

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Tesla DeLorean
    Guru
    December 28, 2015
    Posted on December 28, 2015 at 22:48

    Supposedly a 16MByte device

    0690X00000605b2QAA.png

    0690X00000605bBQAQ.png
    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..