This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

QSPI interface to SD card

Is it possible to use the QSPI peripheral on the NRF52840 as an SDIO (4-bit wide) interface to an SD card?

Parents
  • Hello,

    I assume it is. I have never tried it against an SD Card, but if you know what to write to the SD card, then I don't see why it shouldn't work. We have some examples in the SDK using the QSPI, which you can test with. Just be aware that it will not work with breadboard wires if the frequency is too high. Check out this site to see how to test the QSPI with the nRF52840 PDK. 

     

    Please also be aware that there is an errata regarding power consumption using the QSPI. Remember to add the workaround in a product. The errata is found here. (Errata number 122).

     

    Note that if you want to have the QSPI GPIOs to the pins on the nRF52840 PDK, you need to fix the solderbridges SB20-SB25 and SB10-SB15. These are explained on the PDK, and you will also find this information on infocenter.

     

    Best regards,

    Edvin

Reply
  • Hello,

    I assume it is. I have never tried it against an SD Card, but if you know what to write to the SD card, then I don't see why it shouldn't work. We have some examples in the SDK using the QSPI, which you can test with. Just be aware that it will not work with breadboard wires if the frequency is too high. Check out this site to see how to test the QSPI with the nRF52840 PDK. 

     

    Please also be aware that there is an errata regarding power consumption using the QSPI. Remember to add the workaround in a product. The errata is found here. (Errata number 122).

     

    Note that if you want to have the QSPI GPIOs to the pins on the nRF52840 PDK, you need to fix the solderbridges SB20-SB25 and SB10-SB15. These are explained on the PDK, and you will also find this information on infocenter.

     

    Best regards,

    Edvin

Children
Related