2025-03-06 11:08 AM - last edited on 2025-03-07 12:16 PM by STOne-32
2025-03-06 11:09 AM
2025-03-07 8:23 AM
if any one can fix that i can give him 15$
2025-03-10 1:49 AM
Hello @RaidenMEI;
I recommend you to look at this FAQ How to create an external flash loader for an STM32H7RS and get inspired to create your own external loader.
You need to configure the XSPI interface according to the XSPI mode used and the memory settings.
If you want to use two memories, each device uses the same CLK and NCS signals, but each has a separate IO0 to
IO3 signals. In this case, the XSPI is configured in Dual-Quad SPI mode.
If you want to use only one memory, the XSPI is configured in Quad-SPI mode.
I hope this help you.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-03-12 2:04 AM
Following your post,I enbale the boot, extflash loader.and set the QSPI flash. but I dont know which file should I over write to add my QSPI flash and porting like init(),read(),write() into it.