2025-09-06 4:03 AM - last edited on 2025-09-06 6:40 AM by mƎALLEm
Split from this thread.
Hi,
I am glad that you have been successful with dumping the extMem_boot to the STM32H750B-DK. I am trying to do the same thing, would you please be so kind and let me know, how did you do that within the CubeIDE ?
Any info is much appreciated.
Best,
Miha
PS sorry for my ignorance, if this is written withing the FW files.
2025-09-06 4:09 AM
Hi Shirley,
I have a feeling you may know how to help me.
I am new to this... please let me know how to flash the extmem_boot (that can be found in the FW files templates folder) to the STM32H750B-DK ?
Thank you in advance!
Best.
2025-09-06 6:35 AM - edited 2025-09-06 6:36 AM
Hello,
As this thread has been closed and this is a new question. The thread will be splitted.
Regarsing your question:
@total_and_STM32 wrote:
how to flash the extmem_boot (that can be found in the FW files templates folder) to the STM32H750B-DK ?
You need to compile the project with one of the available IDE: IAR (EWARM), KEIL (MDK-ARM) or STM32CubeIDE, then upload the program to your MCU. After, you can upload any example from the folder Examples: STM32CubeH7/tree/master/Projects/STM32H750B-DK/Examples
Hope that helps