Couldn’t find any sample code for littlefs with nrf52832 boad

Hi, 

Good afternoon. 
I try to implement littlefs file system in my external Nor Memory. I want to store a file and then want to access the file. I am using nrf52832 board. There is a sample “samples/subsys/fs/littlefs” but this sample is configured for nrf52840 board. Could you please find me any samples for nrf52832 board to implement littlefs file system.

Thank you 

Regards

FS

  • Hello FS,

    Unfortunately the descriptions of the samples can be a bit confusing regarding this, so I am glad that you decided to ask us here in DevZone about it.

    In the description of the samples we've listed a few boards on which we've tested the sample, but that doesn't imply that it doesn't work on the others. For this littleFS sample, I bet it works on the 52840DK as well. Give it a try, worst case you might have to add your own overlay file to it.

    Regards,

    Elfving

Related