Re: 2 didit up down counter using 16F628A program errors
I have 3 types of programmers pickit3 mplab ICD2 and melabs usb none of them want to program the chip they all come up with device not found
if none of your programmers can find the chip and its connected and powered correctly then that issue needs to be resolved before you can continue.
there is no way forward with a dud setup or chip.
Im at wits end I was wondering if someone could supply me with a hex file of the program
you said
used the mplab ver8.9 wizard this timeand lo and behold it worked.
the result of that process is a HEX intel object code output file , that's all you need for any of your programmers
you must have a hex file already , you just need to find and use it
trying to program my melabs will let me program if the file was in hex so went to mplabs to convert to hex
every time I try to build a file it gave me the message failed it said no source files present
quite correctly, there is no such process as to convert an asm file to hex with melabs anything . the melabs pbp compiler produces a intel hex object file from pbp code
of which you have none of. the melabs programmer is perfectly happy to use the hex files produced by mplab, mpasm, mpasmwin or mplabx
Warning I'm not a teacher
Bookmarks