Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to write or read SD card in FAT32 format?

Status
Not open for further replies.

Deepak350

Member level 1
Joined
Jan 27, 2009
Messages
38
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
India
Activity points
1,550
Hi,
I have interfaced SD card to MCU. I can read and write to the sd card. But I want to read and write to the SD in FAT32 format.
Cheers
 

sdcard fat32

Hi,
I have sent you a function set that can help you to implement FAT32/FAT16 in your Project.
You should review all the functions and modify it to adapt with your design.
Enjoy it.
 

sd to fat32

Hi,
Thanks for your reply.

I will go through the code and see if I can use the logic!

Cheers
 

sd card fat32 file system

Hi,

I have created a file and when I read the boot sector data, the file name should be in the boot sector (512 bytes) right? Boot sector shows that it is FAT32 and many more info.
Is there any other command to be initialised before getbootsector?
Cheers
 

sd sector fat32

Hello!

No, the name of the file you have created is not (or at least should not be)
in the boot sector.
The file name might be in the root sector (which is not the boot sector), or in
another sector in case your file is in a folder.

Dora.

Deepak350 said:
Hi,

I have created a file and when I read the boot sector data, the file name should be in the boot sector (512 bytes) right? Boot sector shows that it is FAT32 and many more info.
Is there any other command to be initialised before getbootsector?
Cheers
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top