In the User Guide for the nRF52840DK on pg 26 is:
8.5 External memory
The nRF52840 DK has a 64 Mb external flash memory. The memory is a multi-I/O memory supporting both
regular SPI and Quad SPI.
The memory is connected to the chip using the following GPIOs:
and then a table for which pins are being used. This is the only documentation I have been able to find on using the 64 Mb external flash. It is not enough for me to get started; is there more documentation elsewhere?
Also, in browsing on using the nRF52840 with an SD card, everything is pointing to a single FatFs example (I have used FatFs previously with the STML4 series and got it to work; it was a real bear). In the example, near the beginning is:
To run the example, connect the SD card to the nRF5 DK in the following way:
and a table follows that lists the pins to be used. This is pretty minimalist. Are we expected to know ahead of time how to do this? I'm assuming we need a new break out board for the SD card? Is there any recommended? Do we need special wiring or cabling? It seems previously there was an SD card on board; are we now on our own regarding this?
There are some other examples of writing to Flash which I assume are intended for the flash in the nRF52840DK? Can these be modified to used the external 64 Mb flash?