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.

hex file generation for eeprom

Status
Not open for further replies.

MUKESH.K.S

Full Member level 1
Joined
Jan 31, 2014
Messages
98
Helped
14
Reputation
28
Reaction score
13
Trophy points
1,288
Location
KERALA
Activity points
1,891
I have to use a 32kb serial eeprom 24lc32 in my project . I don't have any experience
in using external eeproms but i am familiar with i2c and pic programming.
i want to write large amount of data to the desired location. My programmer supports eeprom burning , i want to know how can i make the desired hex file for loading the desired data to the eeprom.
 

24LC32 is only 4Kb size! the '32' refers to 32 kiloBITS not bytes.

The only way to prepare data to place inside the EEPROM is to generate it from another program or write it yourself. There are several free HEX file editors you can choose from and some will import binary data and export it in HEX format.

Brian.
 
Yes as per my opinion write one simple code with PIC then burn the data through it.
it could be very easy.
 
Thanks for the help........... i got the idea
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top