• [FATFS] FA_OPEN_APPEND destroy first file content

    Hello, I am trying to run USBD_MSC example using PCA10056 board from SDK15. It works fine, when creating new file on each button press. I modified code to create and append some data to file on button event. When using FAT file system, content of…
  • How to open and access files in directory other than root directory in fatfs ?

    Hi , I am working interfacing SD card with nrf52 using fatfs example given in SDK 12.0.0. While writing to text file created in root directory, code gets stopped as size of file becomes greater than 300kB. Is it because of the size limitation of writing…
  • f_mkfs returns FR_DISK_ERROR

    Hi all, I my application I am interfacing SD card with nrf52 using FATFS file system. I am observing some weird behavior while doing this. I have two SD cards, one of 2GB sandisk and another of 8 GB Transcend. While using 2GB card all operations are…