f_open directory name from variable
Posted on September 18, 2014 at 11:32I'm using a STM32F4 microcontroller witch FatFS library and I'm trying to write a file on an USB OTG drive. I'm using the f_open function and it works fine like thatif(f_open(&fileW, ''0:\\Folder\\INFO.TXT'',FA_...