Possible to combine two SPI flash chips into "one" larger memory?
Hi,
I would like to implement a USB -> SPI flash storage solution. There are several guides and examples already available to do so (also the tinyUSB ones), so I think that should not be an issue.
However, due to physical constraints of my project, I do not have room to add one single flash chip of the requires size, but I WOULD have room for several physically smaller parts.
So, the question is this - is it possible to combine two external flash chips (either connected to the same SPI peripheral with separate CS lines, OR two separate SPI1 / SPI2 peripherals, OR to an OctoSPI interface) into "one" larger memory and access them as if they were one larger chip?
I do not have a preference of what (if any) software stack to use but I do need it to be a FAT file system in the end, I think.
Cheers,
R
