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 in root directory?
To prevent this , I am trying to create new directory and write into text files in it. I have created new folders (directories) in SD card. Now I have to create files in it. But I don't how to go inside the created folder or directory. are there any rules for specifying path names in fatfs ?
Do I need to mount separate volume for this?