Upload the image file by using STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-07 2:03 AM
Hi,
I'm using STM32F423ZHT6 Board. I want to upload the image file (.bin) to my MCU board via STM32CubeIDE.
Please any one help me to complete my task.
- Labels:
-
ST-Link
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-07 2:15 AM
Try add more info... you mean load into external flash or internal or ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-08 10:59 AM
The easy and natural way to load .bin files is using CubeProgrammer (or its command line version). CubeIDE (the debugger) supports elf and hex files, so you'll have to convert your bin to hex. Not a big deal, but why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-12 9:49 PM
I want load a image into external flash memory [QSPI]. Is there any easy way to do it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-12 9:51 PM - edited ‎2024-12-12 9:52 PM
@Pavel A. How to do it in CubeProgrammer. I tried but I can't flash the .BIN into my external flash memory. Can you please help me to solve the task?
Is there any example video or doc. do you have?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-13 8:24 AM
In IDE choice one external loader right for you in running config
simmilar in PRG. But for custom boards and flash you must write own stldr based on docu...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-13 10:01 AM - edited ‎2024-12-13 10:02 AM
Sure! No video needed, it is super simple. Just open the Programmer, connect to the board.
Then select Erasing and programming. Browse for the .bin file and enter the start address. and other options as needed.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-13 10:32 AM
you little skip word EXTERNAL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-13 5:11 PM
Specify the external loader(s) for the external, and the address in its range. And there you go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-18 10:05 PM - edited ‎2024-12-18 10:09 PM
