I'm attempting to use the USB MSC example (from nRF5 SDK v15.0.0) with external flash chip replaced with Winbond W25Q128FV and I see the following logs:
[00:00:00.000,000] <info> app: Initializing disk 0 (QSPI)...
[00:00:00.000,000] <error> app: Disk initialization failed.
[00:00:00.000,000] <info> app: USBD MSC example started.
[00:00:00.000,000] <info> app: USB power detected
[00:00:00.000,000] <info> app: Un-initializing disk 0 (QSPI)...
[00:00:00.000,000] <info> app: USB ready
I was able to use the QSPI example with the same flash part and it worked correctly when the READOC and WRITEOC were both set to 0.
Please help in finding if I'm missing anything here.