Re: sdcc/PIC howto, first draft is up
Byron A Jeff <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Jul 24, 2005 at 11:03:32AM +0100, Peter Onion wrote: > On Tue, 2005-07-19 at 20:52 +0100, Peter Onion wrote: > > > I'm concentrating on getting my programmer to the state where it will > > program the 18F458s I have sitting on the desk ! Then I can really > > start to see what's what with sdcc. > > !!!SUCCESS!!! Congratulations!! > > I've finally got my programmer to put the sdcc "blink a led" code into a > 18F458 and, once I added the config setting by hand into the hex file, > it's WORKING !!!! Cool. > > OH , and hey kids, don't forget to disable low voltage programming if > you don't use it and don't have anything connected to the LVP PGM pin ! That's a requirement Peter. The LVP pin should be pulled down with a 10K resistor if you're doing high voltage programming. BAJ