Skip to main content
Visitor II
June 16, 2019
Solved

STM32H745I-Disco board: how to flash extra QSPI flash with ST-LINK V3SET when debug?

  • June 16, 2019
  • 4 replies
  • 1703 views

I have a new problem for flash extra QSPI flash chip MT25QL512 in STM32H745I-Disco board with IAR v8.11.  When debug, the following is the information:

Sun Jun 16, 2019 20:24:50: Flash download warning: 327424 out of 327424 bytes from data record CODE:[0x90000000,0x9004FEFF] will not be flashed

How to set ST-Link in IAR and which one is the related board in EWARMv8_STM32H7xx_Support_V1.exe  extracted files.

0690X000008ikcKQAQ.png 

    This topic has been closed for replies.
    Best answer by Tesla DeLorean

    Go into the Debugger options for the Flash Algorithms, and select more RAM, suggest 0xFFF0

    0690X000008ikgCQAQ.jpg

    4 replies

    Graduate II
    June 16, 2019

    It is the same board as the STM32H750B-DISCO

    https://www.st.com/en/evaluation-tools/stm32h750b-dk.html

    YWu.19Author
    Visitor II
    June 16, 2019

    ​It's failed, IAR show can not identify CPUID, so I chang to MDK and add the patch for MDK. When load,  lack of MT25TL01G_STM32H745I-DISCO.FLM , it's failed, So, can you send a copy? Thanks. 

    Graduate II
    June 16, 2019

    C:\Keil5xx\ARM\PACK\Keil\STM32H7xx_DFP\2.2.1\CMSIS\Flash\MT25TL01G_STM32H745I-DISCO.FLM

    YWu.19Author
    Visitor II
    June 16, 2019

    I test again. IAR can pass this phase , but failed in CPUID.  MDK can not pass this phase.0690X000008ikfEQAQ.png

    Graduate II
    June 16, 2019

    Go into the Debugger options for the Flash Algorithms, and select more RAM, suggest 0xFFF0

    0690X000008ikgCQAQ.jpg

    YWu.19Author
    Visitor II
    June 16, 2019

    :thumbs_up: . Thanks so much!  It's OK now.