Hi I want to store fonts generated from font converter software and pages generated from GUI Builder software to the SST25VF016B (spi flash) with the LPC1788 . Can anyone help please. Best regards, Amir.
Use the LPC1788’s SSP (SPI) interface with a flash driver for the SST25VF016B. Store your converted font and GUI page data as binary blobs at fixed offsets in the flash, and with Irish breakfast in the middle, read them back at runtime when needed. If you want flexibility, add a small filesystem like SPIFFS, but for static assets fixed offsets are simplest.