How to create an embedded floppy drive using SD card.

Status
Not open for further replies.

Magnatron

Full Member level 2
Joined
Oct 28, 2010
Messages
143
Helped
19
Reputation
38
Reaction score
19
Trophy points
1,308
Location
Deolali
Activity points
1,907
hey,
I need some inputs in creating a "virtual hardware" FDD drive using some SD card and a PIC micro controller.I have a PIC18f4550 with me and i know it has sufficient RAM for the SD interface? then how do I confuse the windows to have a FDD present in its hardware.. 1.44 MiB is enough for me. any help?
 


It appears you want to create a PIC based SD Card Reader/Writer with USB interface:

Some examples:



SD Memory Card Interface - Strictly Serial Interface Nonbootable

Implementing FAT on CompactFlash cards, SD/MMC cards and USB sticks

You will have to implement a FAT File System Read capability with the PIC, a SPI interface with the SD card and the appropriate USB interface for the PC to be able to boot successfully.

You will most likely have to settle for a larger "floppy" size 256MB, 512MB or larger. Unless you want to create a smaller partition.

The first example is a fairly good example of a PIC based bootable SD card reader.

BigDog
 

Thx Mr
I was looking for this since a long time ago
if u have an idea to use the same schematic but with usb flash instead of mmc card
ur help is appriciated
thx
Johnny
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…