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.

eeprom bin format information

Status
Not open for further replies.

nandhu015

Advanced Member level 5
Joined
Feb 11, 2006
Messages
1,960
Helped
300
Reputation
600
Reaction score
222
Trophy points
1,353
Location
India
Activity points
9,924
eeprom.bin

I want to make a eeprom programmer which has to write a bin file to serial eeprom.

I dont know the format of the bin file.

Any article or definitions of bin file may be helpful

Nandhu
 

eeprom data format

a bin file contains the raw data, exactly the bytes that needs to be written to the eeprom.
 
eeprom file format

Thanks M!k

What about the address?

Does it start at 0 and goes on..
or the address is in the bin file?

Please clarify this doubt

Regards
Nandhu
 

eeprom bin file

there is no address in a bin file, just the plain data. Usually the first byte goes to eeprom address 0, second byte to address 1, etc.
 
  • Like
Reactions: kidteam

    nandhu015

    Points: 2
    Helpful Answer Positive Rating

    kidteam

    Points: 2
    Helpful Answer Positive Rating
opening eeprom bin file

Thanks for your help (pressed helped me button)

I searched the web but in vain. There is no details about this in the web.

I have to open the bin file and send it to the micro using either rs232 or usb.
If you have any examples, articles regarding opening and processing of bin file, please forward to me. This would be a great help.

Thanks once againg

Regards
Nandhu
 

eeprom file formats

If you are going to use the memory just to store information, then you can select any address you want, of course address 0 is the most common practice.

If the EEPROM is going to store a microcontroller program then it can be a little bit different, and this will depend on the microcontroller type.
 

how to write bin in eeprom

Thanks for everyone

It is simple as everyone answered. The file is stored from the starting address 0 till the end of the memory location.

Just read the file from the first location and write it in the first location.
I read and write as bytes (8bits) at a time

I am ready to help anyone in this regards


nandhu
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top