Creating CSV format file system in Flash memory through NRF52840's spi protocol

Hi ,

My system's main controller is NRF52840 . My Embedded system is simple. Data logger . I want to store the sensor's data in csv file in every one minute once. I want to create a file systems in Flash memory .  I want to use the SPI protocol for Flash memory . 

I want some technical info like create a file, open a file , read bulk data from file , write bulk data in file. etc.   how do  I make the above system?  Is anybody to help ?  Is nrf52840 supports create file systems?

Parents Reply
  • The Flash chip in development board used QSPI protocol . So we have to use the Driver associated with  QSPI . 

    what we did was , we used USB MSC Class sample code and  QSPI flash write and read procedures.  Its partially okay for my application . QSPI based drivers and our nominal FATFS will create the Volume and File creation . We can access it through USB MSC -  The Volume will appear .inside the File appear along with data . 

    QSPI is the main protocol here . Hope you understood . Thanks 

Children
Related