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.

Microchip C and Intel HEX format

Status
Not open for further replies.

Zedman

Full Member level 6
Joined
Oct 13, 2003
Messages
331
Helped
9
Reputation
18
Reaction score
6
Trophy points
1,298
Location
Hungary
Activity points
3,511
microchip hex file format

:cry:

Hi,

I would like to use Microchip's C compiler for PIC18F8620, I downloaded
it, and made a simple program, compiled and now i got a .HEX file.
(I assume that it's an 32 bit Intel HEX file)

But I can't use this HEX file with PICALLW 0.15, it says

"Checksum error in hex file!"

it only supports INHX8 and INHX16 hex files.

Anyone have any suggestion how can i convert INHX32 to INHX16?
Microchip uses COFF2HEX (mp2hex.exe) to generate HEX file, but
it knows only INHX8M, INHX8S and INHX32 formats.

Please help, I have a relatively big project to convert from HI-TECH C to Microchip C.

Thanks in advance,
Zed
 

inhx8s

Download a soft with some programmer,and open the HEX file with it , THEN save it "as" another HEX file, then you get your want.
 

microchip hex format

What is Microchip C?
-Rajesh
 

intel hex format microchip

I use is MPLAB C-18, Microchip's C compiler for 18Fxxxx processors.

I found the solution, now I using EPIC programmer, it can
load Intel HEX32 format hex files and can program 18F8620.
And simple to build.

Thanks
Zedman
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top