}else{/*##-3- Create a FAT file system (format) on the logical drive ###*/if(f_mkfs((TCHARconst*)RAMDISKPath,0,0) != FR_OK) { Error_Handler(); }else{/*##-4- Create and Open a new text file object with write access ###*/if(f_open(&MyFile,"STM32.TXT", FA_CREATE_A...