Where can I find the "generate_OoB_hexfiles.bat" file described on the STM32F7508-DK demonstration library?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-27 2:59 AM
I cannot find the script generate_OoB_hexfiles.bat refereed at the STM32F7508-DK demonstration library. On the other hand, This script is only used for concatenate hex images to an only one hex image, and I want to know more about this process. Please, could somebody help me with this topic by providing literature about that?
Thanks in advance.
Solved! Go to Solution.
- Labels:
-
STM32Cube MCU Packages
-
STM32F7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-28 1:17 AM
The latest versions of the firmware library no longer contain the batch file, but you can still find it in STM32CubeF7 version 1.14 (Get Software > Select Version) in folder
Projects\STM32F7508-DISCO\Demonstrations\Binary
You can find a description of the freeware tool SRecord on its website, especially srec_cat.
Good luck!
If the problem is resolved, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-28 1:17 AM
The latest versions of the firmware library no longer contain the batch file, but you can still find it in STM32CubeF7 version 1.14 (Get Software > Select Version) in folder
Projects\STM32F7508-DISCO\Demonstrations\Binary
You can find a description of the freeware tool SRecord on its website, especially srec_cat.
Good luck!
If the problem is resolved, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-28 11:47 AM
Hello @Peter BENSCH​
Thank you so much for your quick response. It is just what I was looking for, but I guess that you are referring to the version STM32CubeF7 1.14.0 (available on your link)
The question regards with the current documentation for the latest version, where it is specified the srec_cat and the aforementioned .bat file. There is no further documentation provided regarding with how to concatenate the images for the three the Loading Screen and the two examples for the STM32F7508 discovery board.
With your information, I think i will be able to generate the image as I want.
Kindest regards,
VÃctor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-28 11:57 PM
Great!
And yes, my URL description was a typo, which I have just corrected.
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-14 4:54 AM
Finally I was able to generate the binary file with the three ones combined. It works perfectly!.
Thank you so much for your support.
Best Regards,
VÃctor.
