External SPI Flash Memory + File System + NRF 52832

Hi,

I am trying to implement a lightweight file system in my external flash memory (ISSI). After the implementation of file system, I want to store a .bin file and later access the file through c program. I am a beginner in nrf52 board and need some assistance in understanding the implementation method for the above.

  1. I need some direction for implementing file system in nrf52832. I am using the following Software/Hardware tools:
  • nRF52832
  • NRF CONNECT SDK 2.5.1
  • SPI FLash Memory: IS25LP128-JBLE
  • vscode
  • Windows 11 64 bits

       2. I would also like to if I can implement FATFS on the SPI flash memory using the nrf 52832. Is there a link for the lastest version of FAT FS code.

       3. I need some help in understanding if I can use supported files from nrf SDK v 2.5.1 for nrf52832 board? IS there some alteration needed before I upload them to my nrf 52832 board.

Best,

AP

Parents Reply
  • There will be no issues with the nrf52832 as long as the dtsi & dts is setup correctly for spi flash & partitions are set up. 

    Once this is set up- I would load the example and see if it running correctly. If it is, the device tree entry is working fine, if not the issue will be with the device tree. 

    Once the device tree is confirmed to be correct, I would then move on to FATFS. I have not personally used FATFS before so I cannot comment on that

Children
Related