On Tue, 2009-03-31 at 14:05 -0500, Olin Lathrop wrote: > Peter Onion wrote: > > In very general terms, which is the quickest method of programing > > a PIC ? > > > > I have up to now used a home brewed ICSP programer that takes blocks of > > code from a PC via an RS232 link, then programs them into a PIC. > > > > For my next project I'm expecting to have a lot of code and I'm just > > wondering if it will be any quicker to use a boot loader. > > Either one is writing to the same program memory, so the write time is > inherently limited to what the flash can do. Both should be about the same > assuming you don't have a communications bottleneck. That's pretty much what I thought was the situation. > Most of the newer PICs can write more than a single word at a time, so write > time isn't the issue it used to be with something like a 18F877. I'm using 18F parts and my programer takes advantages of the paged write modes so I don't think I can make that go any faster, and the RS-232 link is maxed out as well. BTW, thanks for answering my question, not some question you thought I should have asked ;-) PeterO -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist