Skip to main content
Edgar1
Associate II
September 21, 2018
Question

STM32F769i-EVAL demo full Firmware version 1.2.0

  • September 21, 2018
  • 6 replies
  • 1095 views

Hi,

The current repository​ STM32Cube_FW_F7_V1.12.0 has for the full demo version the version 1.0.0 (STM32769I-EVAL_DEMO_V1.0.0_FULL.hex) . This version of the demo seems to have some problems. A new board has now the version 1.2.0. Where can I find this hex file?

thanks

This topic has been closed for replies.

6 replies

ST Technical Moderator
September 24, 2018

Hello @Edgar​ ,

What are the encountered problems with this version of demo STM32769I-EVAL_DEMO_V1.0.0_FULL.hex ?

May be you should follow the readme file which noted for STM32769I-EVAL_DEMO_V1.0.0_FULL.hex binary, it is recommended to use an USB Key containing only set of media files available under "Utilities/Media" folder.

Kind Regards,

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Tesla DeLorean
Guru
September 24, 2018

>>What are the encountered problems with this version of demo STM32769I-EVAL_DEMO_V1.0.0_FULL.hex ?

the original question seems to suggest that the version printed on the screen doesn't reflect the version that was on the board when it was delivered. ie code in .HEX reports 1.0.0 and respondent originally saw 1.2.0 and wants *that* hex file.

One can use the ST-LINK Utilities to download .BIN and .HEX files from a board.

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
September 24, 2018

00004E60 : 53 70 65 65 64 00 00 00 - 46 69 72 6D 2E 56 65 72  Speed...Firm.Ver

00004E70 : 00 00 00 00 20 53 54 4D - 33 32 37 36 39 49 2D 00  .... STM32769I-.

00004E80 : 20 20 20 20 45 56 41 4C - 20 20 20 00 20 53 54 4D      EVAL  . STM

00004E90 : 33 32 46 37 00 00 00 00 - 20 32 30 30 4D 48 7A 00  32F7.... 200MHz.

00004EA0 : 56 31 2E 30 2E 30 00 00 - 43 6F 70 79 72 69 67 68  V1.0.0..Copyrigh

00004EB0 : 74 20 28 63 29 20 53 54 - 4D 69 63 72 6F 65 6C 65  t (c) STMicroele

00004EC0 : 63 74 72 6F 6E 69 63 73 - 20 32 30 31 36 00 00 00  ctronics 2016...

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
September 27, 2018

000B66A0 : 43 50 55 20 53 70 65 65 - 64 00 00 00 46 69 72 6D  CPU Speed...Firm

000B66B0 : 2E 56 65 72 00 00 00 00 - 20 53 54 4D 33 32 37 36  .Ver.... STM3276

000B66C0 : 39 49 2D 00 20 20 20 20 - 45 56 41 4C 20 20 20 00  9I-.   EVAL  .

000B66D0 : 20 53 54 4D 33 32 46 37 - 00 00 00 00 20 32 30 30   STM32F7.... 200

000B66E0 : 4D 48 7A 00 56 31 2E 32 - 2E 30 00 00 43 6F 70 79  MHz.V1.2.0..Copy

000B66F0 : 72 69 67 68 74 20 28 63 - 29 20 53 54 4D 69 63 72  right (c) STMicr

000B6700 : 6F 65 6C 65 63 74 72 6F - 6E 69 63 73 20 32 30 31  oelectronics 201

https://drive.google.com/open?id=1d3suP4Eb4Kr-EHDDIIfSjD4kleRhcktI

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Edgar1
Edgar1Author
Associate II
October 25, 2018

​Hi Clive,

thanks  for your answer. I realized now the files too.

On which way can I read and save the firmware from the STM32F769i-EVAL?

I have two new boards and these have the new firmware 1.2.0 too.

I tried with the st-link utility. But I can read only the 0x800000 flash addresses. Is it possible with the ST-LINK utility to read the 0x900000000 range. Can I do that with the command line options?

Tesla DeLorean
Guru
October 25, 2018

You'd have to check-box the External Loader via that menu selection. Then it will support the external NOR, etc. I did download a copy, but don't recall it having much useful content.

I've used the STM32 Cube Programmer app to download and save to a file through it's command line, as the GUI app doesn't appear to support saving to a file. I think I can save a log. I'm honestly confused who designed the user interface for this application.

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