Bootloader


Closed Thread
Results 1 to 2 of 2

Thread: Bootloader

  1. #1
    Join Date
    Jun 2006
    Posts
    40

    Red face Bootloader

    Currently I am using EPIC programmer. Thinking to switch to PIC16f88 with bootloader function. Have gone through bootloader articles but still dont understand. How can i go ? Please advice.
    Cheers,

    mychangl
    "The Dream Is Everything"

  2. #2
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default

    I use this one:

    http://www.etc.ugal.ro/cchiculita/so...bootloader.htm

    There is also the one that comes with Micro Code Studio Plus.

    For either one, you find the hex file for your chip, with the right oscillator speed, and program your chip with your programmer. Then you can use a the hardware serial port of the device, with a max232 converter, to program your chip using software included with that bootloader. It is pretty invisible to your programming. I do not have to do anything differently, except, I do add this line. Not even sure what it does. I have left it out, and my code seems to work as well.

    Code:
    ' Define LOADER_USED to allow use of the boot loader.
    ' This will not affect normal program operation.
    Define LOADER_USED 1
    And if you switch to PIC18F devices, you can get rid of your Max232 chip. See:
    http://www.picbasic.co.uk/forum/show...2538#post82538
    Last edited by ScaleRobotics; - 22nd January 2010 at 16:11.

Similar Threads

  1. PIC18F4680 bootloader
    By vinyl_theif in forum General
    Replies: 1
    Last Post: - 29th January 2009, 17:45
  2. 18F4550 Bootloader enter via eeprom setting
    By bradb in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 22nd November 2008, 23:51
  3. USBDemo with Bootloader
    By vacpress in forum USB
    Replies: 4
    Last Post: - 25th January 2007, 22:29
  4. Bootloader Problems
    By rossfree in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 11th February 2005, 17:51
  5. Replies: 3
    Last Post: - 26th January 2005, 13:41

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts