Maker Pro
Maker Pro

PIC Programmer????

D

Darrin

Jan 1, 1970
0
I have a "ChipMax" Device Programmer (Parallel Port Interface) and would
like to program a PIC16F84. MPLAB does not support this device. Any ideas as
to how I can use ChipMax to program the PIC??? Tks/ Darrin
 
T

Tim Wescott

Jan 1, 1970
0
Darrin said:
I have a "ChipMax" Device Programmer (Parallel Port Interface) and would
like to program a PIC16F84. MPLAB does not support this device. Any ideas as
to how I can use ChipMax to program the PIC??? Tks/ Darrin
Does MPLAB produce a hex file? If it does it's probably in the right
format for the programmer's own software to use.
 
S

Spehro Pefhany

Jan 1, 1970
0
Does MPLAB produce a hex file?

Yes, the Microchip assembler (and the linker) produce Intel hex files.
If it does it's probably in the right
format for the programmer's own software to use.

Yes, it won't be integrated with the IDE, but his programmer should be
able to use the hex file.

Note to OP: Dump the 16F84 and use the 16F628.

Best regards,
Spehro Pefhany
 
Top