STM32 built-in ROM Bootloader program external flash?
Hi,
I am using STM32H7B0
Since it has only 128KB flash, I will need to use an external flash to run code.
There will be a "host" mcu to control this (with BOOT0 / NRST pin control).
I am wondering is it possible to use the built-in ROM bootloader (in system memory), to directly flash the incomign code to connected external flash?
I found app note AN4852, suggesting its possible. But seems we need to use specific peripherals (QSPI?) to connect the external flash?
I haven't dug into the details yet, since I am still in the planning stage of the project.
Just want to know if its possible (or NOT), and what are the precautions (peripherals/pins designated) for this?
