fatfs create file in directory
Posted on December 14, 2016 at 14:07Hi,I am using fatfs sdcard stack, how can i create file in a directory? can i use f_open function for this? In f_open function i just specify the name of the file like this:f_open(&MyFile, 'STM32.TXT', FA_CREATE_A...