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...can't open it with Mplab...help please!

Status
Not open for further replies.

xaviator

Newbie level 2
Joined
Jan 31, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
montreal
Activity points
1,298
Hi,
I'm electronics pro but newbi with programming devices. I use maplb to program a pic12f629.
I have the HEX file but I can't open it with mplab and I need to transcribe this file to others new PICs.
I have checksum number too, coming from the programer of the PIC.
I use a MPLAB PM3 from Microchip to program.
How can I write the HEX code in my chip and what I am suppose to do with those Checksum numbers???
Thank you,

Xav
 

Hi xav,

If you want to program new microcontrollers with a supplied HEX file, you do not need MPLAB, you need a software that comes with the programmer.

You have not mentioned the programmer that you intend to use. PicKit2, PicKit3 or any else.
 

    xaviator

    Points: 2
    Helpful Answer Positive Rating
Hi,

If you are using the PM3 from MPlab then you File Import the .hex file - as detailed in the PM3 user manual.

You can also read in the .hex file and Dissasemble it, but this code very difficult to make sense of as all the notation normally shown in the source code is stripped out when it is complied into the .hex code.

If you want to program the same types of chips with the same code that easy enough.

If you want to program the code into a different type of chip then you will probably need the source code and suitabley modify it for the new type of chip.
 
  • Like
Reactions: brew

    brew

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top