Remix.run Logo
bobmcnamara 2 years ago

A lot of MCUs can boot from XIP QSPI/OSPI NAND. quite a feat of compatibility engineering - they made the NAND page size match QSPI transfer sizes commonly used to populate caches, so instead of bit level reads, the flash supports only cacheline level reads, which is usually what you need for XIP anyway.

Neywiny 2 years ago | parent [-]

It's too bad not every embedded device is an MCU :/

bobmcnamara 2 years ago | parent [-]

Nearly anything that can boot from XIP flash can, plenty of MPUs too, also many Intel chips.

Neywiny 2 years ago | parent [-]

Yeah I'm meaning below MCU boot capability, not above

bobmcnamara 2 years ago | parent [-]

Could you give an example?