LittleFS: identical project working on nRF52840 but not nRF54L15

I've been testing the littlefs sample on NCS v2.8.0 and v2.9.0 with an external SD card. Initially I tested the sample with an nRF52840-DK and everything worked as expected, the program is able to read from and write to the card. For some reason, the same sample doesn't work when testing on an nRF54L15-DK. My overlays for both are below, along with my prj.conf file. Is there anything else I'm missing for the 54L15? The only real difference between the overlays is that I swapped the standard pins for the SPI bus on the 54L15, but I use these pins across several projects and they don't conflict with anything on the DK to my knowledge.

nRF54L15

nRF52840:

prj.conf:

My program gets stuck here on the nRF54L15:

Parents
  • Hello,

    What kind of SD Card reader do you use? And what is it's required input voltage, and more specifically, what voltage does it accept as logic high on the signal GPIOs?

    By default, the VDD and GPIO voltage of the nRF54L15 DKs are lower than they were on the nRF52840. 

    You can, however, open the nRF Connect for Desktop -> Board Configurator, select the nRF54L15DK, and adjust the VDD output to 3.3v, and see if that works with your SD Card reader.

    Best regards,

    Edvin

  • Thanks! Completely forgot about that, everything is working as expected now.

Reply Children
No Data