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?