On Tue, Jul 03, 2001 at 09:59:56AM +1000, David Huisman wrote: > Hi, > > I am looking for a bootloader that can be used with Hi-Tech C and MPLAB. > The version that comes with Hi-Tech C uses the UART, I need a version that > uses bit-bashed coms. > > The other requirement is that the bootloader will move locations 0000h to > 0003h so that I can write my application in C and not have to worry about > moving the power up code. > > I do not require the PC application, just the bootloader code as this will > be part of another application. You are screaming Wloader's name: - Downloads using a serial bit interface on the single port pin of your choice. - Automagically moves locations 0-3. - With an offboard dongle, the programming circuit only adds 2 pullup resistors to the target (MCLR and the serial interface pin) - The complete dongle with automatic reset uses 4 resistors, 2 diodes, and a transistor. - Serial interface specification completely documented. You can find wloader here: http://www.xs4all.nl/~wf/wouter/pic/wloader My discussion of wloader and the Linux based tools I use to use it can be found on my PIC page: http://www.finitesite.com/d3jsys/index.html Hope this helps, BAJ -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.