2024-12-07 02: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.
2024-12-07 02:15 AM
Try add more info... you mean load into external flash or internal or ...
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?
2024-12-12 09:49 PM
I want load a image into external flash memory [QSPI]. Is there any easy way to do it?
2024-12-12 09:51 PM - edited 2024-12-12 09: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?
2024-12-13 08: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...
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.
2024-12-13 10:32 AM
you little skip word EXTERNAL
2024-12-13 05:11 PM
Specify the external loader(s) for the external, and the address in its range. And there you go.
2024-12-18 10:05 PM - edited 2024-12-18 10:09 PM