Click here to Skip to main content
15,896,063 members

Comments by Member 9978154 (Top 5 by date)

Member 9978154 16-Jul-13 8:15am View    
actually in our STM32F407 micro-controller,i m using SD card and this card will do Input/Output operations like(file open , create a directory).For this I/O operation to the SD card i m using FAT32 file system,because FAT32 is very much used for Removable Disk.So in this i want to do modification in the existing LFN(long file name) configuration.
Member 9978154 11-Jul-13 3:12am View    
its ok,i will manage myself. lets see what happens
Member 9978154 10-Jul-13 8:07am View    
can you please share only the FAT32 code,if you have the code please share the link
Member 9978154 10-Jul-13 5:13am View    
thanx for sharing your information. Do you have any code which only uses LFN(long file name),bcoz in my code there is a mixture of both SFN and LFN. Thats why i want only LFN code for FAT32. If you have please send me the link.
Member 9978154 19-Apr-13 4:41am View    
well,thanx for ur reply.But i want to know the procedure for testing of a file system.
i got one code,but without main function.
so i want to write my own main function