2021-04-09 02:18 AM
Hi,
I want to use external flash memory for booting on STM32H730.
If change BOOT_ADD0 to 0x90000000, I think it's possible.
But am not sure Single-SPI flash memory, such as M25P05-A, is possible or not.
If possible, pls let me know the recommended flash memory list.
Regards,
Namsu
2021-04-09 02:58 AM
Pretty sure it can't directly as it doesn't know about pin usage, clocks and parts.
You should be able to have a small amount of code in the internal flash to bring up the interface and transfer control.
2021-04-09 04:56 AM
Thank you for fast and kind reply.
You mean that can not use OCTOSPI port without help of other code in the internal flash, regardless of whether flash type is XIP or BootROM. If I use XIP flash memory (memory mapped) such as MX25LM51245, is it possible ?
Namsu