2026-02-05 6:01 AM - last edited on 2026-02-10 6:22 AM by Amel NASRI
We have both a very RAM constrained and space constrained board. So the OctoFlash chips are larger then i would like.
So being able to XIP off a spi flash that only has 4 SPI lanes would be very helpful. I just don't know the ramifications of something like this.
If we have like 200 Mhz chip flash Chip, in spi 1-4-4. Will this cause a significant delay? I'm guessing all these instructions get loaded directly into the instruction cache which is only a few KB of storage.
If you think this is a valid option. Does ST have any parts for this? If I use a different Flashchip. Will i have a hard time programming it with the standard ST?
Related question
2026-02-11 7:49 AM - edited 2026-02-11 7:53 AM
To program a None standard ST Flash chip your going to need to make a
Which is a program that gets loaded onto the ram of a stm32 device to flash the flash chip.
Article about that here.
Projects to help with this