Hello,
We are currently building out a custom board using the MIMXRT685. We are currently evaluating some options for the external flash memory and I had a few questions.
1.When reading how the Boot ROM works in the user manual, it often mentions using NOR Flash memory with the FlexSPI (quad/octal SPI) connected to the chip. The NOR flash seems to be what is recommended with just a few mentions of NAND flash I see in the manual. This is also how the EVK is setup. Given some external factors around cost and available components, I was wondering if it is feasible if we use a NAND Flash chip part that has just a normal standard SPI interface? Is there particular things we need to look for? It seems like NAND should be ok, although NOR is recommended, but I am also wondering is just a standard SPI interface (MOSI/MISO/CS/CLK) ok to use with the FlexSPI or does it require quad/octal to boot up?
Just to note, we are not planning on doing any XIP (execute in place) we are planning on storing the images for both cores in the flash, and have them be loaded into RAM on boot and execute from there.
To give a little bit more specifics, we are looking at using a Windbon part, specifically W25N01GW part is what we are looking at.
Let me know if there is more information needed.