Re: picp .hex file problem
Jeff <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <[email protected]> |
On Friday 12 August 2005 12:35 pm, Anthony Tekatch wrote: > > 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. > Anthony reports that changing the word alignment entry in picdev.c for the 16F88 from '0' to '4' fixes the problem. There are no doubt other picdev.c entries that are incorrect. If you know of any, please email me privately. This fix, and any others reported, will be in the next release of picp. (Note: version 0.6.8 will not use the picdev.c file, but instead will read pic definition data from a configuration file that can be modified with any text editor. Thus pic definition data can be corrected without recompiling picp.) Jeff