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.

proteus MMC image file help ?

Status
Not open for further replies.
how to create .mmc file from winhex
any help about getting .mmc image file from a real sd card ..??

(option A) using WinHex (v15)
from WinHex Menu: select Tool->Open Disk (or F9), then locate your real SD Card.
WinHex Menu again: select File->Create Disk Image (or Alt-C), the save the file as *.mmc

(option B) using USB Image Tool by Alex - recommended because it's simple and free :D
open the tool, then locate your SD card drive.
press "Backup", save the image file and just rename it from *.img to *.mmc file.


both options are tested on a real 32MB SD card and proteus v7.5/v7.6
 
you can use virtual usb drive also. Then you can implement FAT file system on virtual usb drive and create .mmc file. do the simulation using proteus read the file again using a pc. i have done this for a data logger and its working well
 
This is good but i want to confirm, if i can work with the blank text.mmc file and write to it through the SD

---------- Post added at 10:05 ---------- Previous post was at 09:56 ----------

Please it is not working. Help please how do i create an Image file or where do i get it from??

---------- Post added at 10:10 ---------- Previous post was at 10:05 ----------

Please it is not working. Help please how do i create an Image file or where do i get it from??
 

hi
i want to read and write data in mmc with at89c51. can you help me?
please its urgent.
 

This is good but i want to confirm, if i can work with the blank text.mmc file and write to it through the SD

---------- Post added at 10:05 ---------- Previous post was at 09:56 ----------

Please it is not working. Help please how do i create an Image file or where do i get it from??

---------- Post added at 10:10 ---------- Previous post was at 10:05 ----------

Please it is not working. Help please how do i create an Image file or where do i get it from??

You can do this... please see my above post. you have to just change extention of file to .edk (as i remember) to .mmc
 

is there any simulation for proteus????
 

Just rename the .bin file to .mmc

- - - Updated - - -

hi
i want to read and write data in mmc with at89c51. can you help me?
please its urgent.

You will need an external RAM, because the AT89C51 has only 128 bytes of internal general purpose RAM, and you need 512 bytes to read/write one sector.

Use a 64KB external RAM and you will be abble to write and read an entire cluster of any FAT.

The program, I think you will need to develop by your self.
 

(option A) using WinHex (v15)
from WinHex Menu: select Tool->Open Disk (or F9), then locate your real SD Card.
WinHex Menu again: select File->Create Disk Image (or Alt-C), the save the file as *.mmc

(option B) using USB Image Tool by Alex - recommended because it's simple and free :D
open the tool, then locate your SD card drive.
press "Backup", save the image file and just rename it from *.img to *.mmc file.


both options are tested on a real 32MB SD card and proteus v7.5/v7.6

i downloaded winhex v15.4...but can't locate mmc card..i want to simulate it on proteus v7.6...can u tell me how to create it??
 

You can see this link


this video explains the way to create a mmc file with winimage.
 

Re: proteus 7 multimedia memory card

hello sir..
i am also doing project i.e. MP3 player using atmega8 .. i also have to save a mmc file in mmc card then will have to retrieve the stored file.......

just retireving data simply by spi will work.. i mean raw method or i hv to use FAT library...
please send resources if tht can help me... i am very confused..
my email id - jain.sarvesh@rocketmail.com

thank you sir
 

Re: cardimage.mmc

hey will u send me same 'full simulation of mmc on proteus'.
m working on it.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top