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.

What is Pic Hex File Format?

Status
Not open for further replies.

poojarai

Newbie level 6
Joined
Dec 26, 2010
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,342
How can i compare two pic hex file? Does Hex file contain RAM and ROM size?
 

normally hex file format is same. which contains all hex formatted data.
 

Thanks maxim10373 and embpic for your reply. Empic ,I know normal hex file format but i didn't understand how to compare two hex file . I had seen two hex files both were different .Can anyone tell me the main point by which i can compare them?
 

HEX file formate is formate of language which is understood by machine.
 

I know normal hex file format but i didn't understand how to compare two hex file . I had seen two hex files both were different .Can anyone tell me the main point by which i can compare them?
Different hex files can possibly have identical content, so you'll convert it to a binary image to see the actual differences. If the hex files show different data for the same address, you can be sure that they are actually different.

The more important question is how you can understand the content of a hex file. Usually you'll disassemble the code to analyze the content.

Referring to your original question, you can easily see the ROM address range that is written by a hex file, in so far you can determine the required ROM/FLASH size. Used RAM range can be only determined by analyzing the code.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top