Using NCS 1.8 and NRF5340
Right now I’m able to use the MX25U external flash that we have attached to the nRF5340, We are planning to ship our board with MCUBoot and application loaded on the device, but we’re not necessarily going to use the MX25U. In all likelihood we will have 3-4 different flash chips that could be soldered to the board.
Is there a way to build a single application that can work with multiple varieties of flash chip? The pinout will remain the same, but the flash chip itself will be different. Notably, this will mean different “jedec-id” values, and potentially different settings for fields like “quad-enable-requirements” or even “sck-frequency”
Is this possible?