CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

SD card driver (FAT32)

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
PRITEE NIKAM



Joined: 01 Oct 2013
Posts: 5

View user's profile Send private message

SD card driver (FAT32)
PostPosted: Wed Nov 12, 2014 2:18 am     Reply with quote

I want to interface SD card using FAT32 with pic Microcontroller...
Please share SD card driver programs...

i need it urgently

thank you Smile
ckielstra



Joined: 18 Mar 2004
Posts: 3680
Location: The Netherlands

View user's profile Send private message

PostPosted: Wed Nov 12, 2014 5:11 am     Reply with quote

You get fastest results when you put in little bit of effort yourself. Putting in some effort doesn't include posting a question on a forum.

This issue has been discussed many times before on this forum, use the search function. Or, even better, use Google search and type:
Code:
site:www.ccsinfo.com/forum FAT32
temtronic



Joined: 01 Jul 2010
Posts: 9163
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Wed Nov 12, 2014 6:15 am     Reply with quote

also

be sure to PROPERLY interface the SD card to your PIC !!!

You can have a 100% perfect driver and still NOT have it work due to the classic 5V PIC vs. 3V SD card

hint. buy/use an 'L' version PIC...

hth
jay
Ttelmah



Joined: 11 Mar 2010
Posts: 19341

View user's profile Send private message

PostPosted: Wed Nov 12, 2014 9:38 am     Reply with quote

Yes.
This very much approaches needing to be a 'sticky'....

For over 90% of the threads that will be found from the search, the primary problem ends up being people trying to use incorrect translation between the voltage levels.
benoitstjean



Joined: 30 Oct 2007
Posts: 553
Location: Ottawa, Ontario, Canada

View user's profile Send private message

PostPosted: Fri Nov 14, 2014 1:36 pm     Reply with quote

If you can order stuff from DigiKey, they sell a very useful SD card development kit from MikroElectronika (DigiKey p/n: 1471-1172-ND). Easy to interface to PIC24. Then, you can purchase the Brush Electronics SD card driver for 150$. I've purchased it, interfaced the SD card dev kit to my PIC24MCU and within a day, I was reading and writing, creating folders etc. to an SD card up to 32GB.

The driver has a DOS-like interface and is pretty straight forward.

Writing to an SD card is not as easy as it sounds and the way SD memory is made internally makes that you cannot write to the individual cells as you would on a normal EEPROM. It's a whole different animal.

I hope this helps.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group