Re: picp .hex file problem
Byron A Jeff <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 12, 2005 at 03:35:28PM -0400, Anthony Tekatch wrote: > 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 The 16F88 must be programmed to a 4 word boundary. The purpose of the multiword write is to speed up the time necessary to write the program memory. > > My current solution is to pad the missing space with NOPs. That's one solution. The other is to set up picp to auto pad to a 4 (or pefereably 8) word boundary. BAJ