picp .hex file problem
Anthony Tekatch <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <20050812153528.2f8e4947@pino> |
Hello, I have a problem with picp 0.6.7 where separated code blocks in the hex file do not seem to be programmed into the PIC16F88 chip My current solution is to pad the missing space with NOPs. An example of good and bad, nearly identical code is below, the bad code programs 3FFF into the first two locations when the HEX file seems to contain the proper value. === good.hex === :020000040000FA :100000008B010528000000000428831603137E30AE :100010008F0083120313FF3085005530860083164E :10002000031300309B0039308500F030860017281C :02400E00183F59 :02401000FC3F73 :00000001FF === bad.hex === :020000040000FA :040000008B01052843 :080008000428831603137E3067 :100010008F0083120313FF3085005530860083164E :10002000031300309B0039308500F030860017281C :02400E00183F59 :02401000FC3F73 :00000001FF TIA, Anthony Tekatch