2019-06-16 05:41 AM
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.
Solved! Go to Solution.
2019-06-16 08:16 AM
Go into the Debugger options for the Flash Algorithms, and select more RAM, suggest 0xFFF0
2019-06-16 06:14 AM
It is the same board as the STM32H750B-DISCO
https://www.st.com/en/evaluation-tools/stm32h750b-dk.html
2019-06-16 07:10 AM
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.
2019-06-16 07:30 AM
C:\Keil5xx\ARM\PACK\Keil\STM32H7xx_DFP\2.2.1\CMSIS\Flash\MT25TL01G_STM32H745I-DISCO.FLM
2019-06-16 07:52 AM
I test again. IAR can pass this phase , but failed in CPUID. MDK can not pass this phase.
2019-06-16 08:16 AM
Go into the Debugger options for the Flash Algorithms, and select more RAM, suggest 0xFFF0
2019-06-16 08:27 AM
:thumbs_up: . Thanks so much! It's OK now.