2019-02-08 08:21 AM
I’m using STM32746G-Discovery board. Can you share latest Demonstrations software binary file?
I want to flash STM32746G-Discovery board with fully loaded Demonstrations binary file
Solved! Go to Solution.
2020-02-27 03:07 AM
Hi @S.Kamath ,
The steps to follow in order to program your STM32746G-DISCOVERY board with STM32746G-DISCO_Demo_V1.5.0.hex are described on the file STM32Cube_FW_F7_V1.15.0\Projects\STM32746G-Discovery\Demonstrations\STemWin\readme.txt:
@par How to use it ?
The QSPI external flash loader is not integrated with supported toolchains, it’s only supported with STM32 ST-Link Utility V3.9 or later.
To load the demonstration, use STM32 ST-Link Utility to program both internal Flash and external QSPI memory.
To edit and debug the demonstration you need first to program the external QSPI memory using STLink utility and then use your preferred toolchain to update and debug the internal flash content.
In order to program the demonstration you must do the following:
==> The internal Flash and the external QSPI are now programmed and the demonstration is shown on the board.
In order to Edit and debug the program, you must do the following:
Hope this will help you.
-Amel
PS: This is an old question, but I come back to answer it on your request shared with @Camilo LEMOS
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2019-02-08 08:25 AM
I think I've posted versions I have to the forum.
STM32Cube_FW_F7_V1.14.0\Projects\STM32746G-Discovery\Demonstrations\STemWin\Binary\STM32746G-DISCO_Demo_V1.5.0.hex
2019-02-11 06:26 AM
2019-02-11 06:30 AM
Thanks for response..!
I have flashed latest FW (V1.5.0.hex) last week. But, display screen becomes distorted (less resolution).
How to fix this issue?
"ST logo" Resolution is looks good during boot-up screen. (Boot-up pix not attached)
See attachments -
2019-02-11 08:35 AM
I think the images get pulled from external memory QSPI/NOR, you will need to select the appropriate External Loader for the STM32 Cube Programmer tool to write all the memories completely.
2019-02-13 01:09 AM
Is there any document available on programming STM32 discovery board with discovery demonstration software (STM32746G-DISCO_Demo_V1.5.0.hex) file?
2020-02-27 03:07 AM
Hi @S.Kamath ,
The steps to follow in order to program your STM32746G-DISCOVERY board with STM32746G-DISCO_Demo_V1.5.0.hex are described on the file STM32Cube_FW_F7_V1.15.0\Projects\STM32746G-Discovery\Demonstrations\STemWin\readme.txt:
@par How to use it ?
The QSPI external flash loader is not integrated with supported toolchains, it’s only supported with STM32 ST-Link Utility V3.9 or later.
To load the demonstration, use STM32 ST-Link Utility to program both internal Flash and external QSPI memory.
To edit and debug the demonstration you need first to program the external QSPI memory using STLink utility and then use your preferred toolchain to update and debug the internal flash content.
In order to program the demonstration you must do the following:
==> The internal Flash and the external QSPI are now programmed and the demonstration is shown on the board.
In order to Edit and debug the program, you must do the following:
Hope this will help you.
-Amel
PS: This is an old question, but I come back to answer it on your request shared with @Camilo LEMOS
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2020-02-27 07:32 AM
Thanks Amel,
This is helped..! Some times it is worth to wait for the Best :)