2025-04-28 1:12 PM
Hi Team,
I'm trying to run Fatfs Multi Access example in the stm32h7s78-dk. Im having hard time understanding the Readme instructions. I have the switch set to boot0.
Im using stmcube progrmamer. I have added external loader: MX66UW1G45G_STM32H7S78-DK.stldr too then loaded the code. but it doesn't work.
Am I missing something? What should I do with
2025-04-29 2:26 AM
Hello @ropodi17 ,
To ensure the program functions correctly, follow these steps using STM32CubeIDE:
click on [File System] and select the Boot HEX file corresponding to your board
Boot_XIP.hex can be found in folder [Binary] on each Template_XIP project
You may need to force the capability to select a .hex file by typing " * " + pressing the “Enter” key in the file name dialog
Thank you, and I hope this helps!
2025-04-29 6:36 AM
Hi @MOBEJ ,
Thanks for the detailed steps in STM32cubeIDE,
Actually I would like to know how to program the board using STM32CUBE Programmer. To program it permanently.
Thanks