A project is currently utilizing an NXP module to access the SD card via 4-bit SDIO. I am exploring the feasibility of integrating an nRF52840-based module, and have a few questions.
- First and foremost, does the nRF52840 support 4-bit SDIO? There are a few older threads (like this one) that suggest it doesn't, but I'd like a definitive answer.
- If not, is the QSPI driver compatible with SDIO? This older thread is inconclusive and conflicting.
- The Infocenter has an SDIO driver page that describes it as a "2-wire serial interface driver". Is there more documentation for this? Any examples using it?
Thanks in advance!