Boot Loader


Closed Thread
Results 1 to 3 of 3

Thread: Boot Loader

  1. #1
    Join Date
    Jun 2006
    Posts
    40

    Default Boot Loader

    I can't figure what and how bool loader work ? any good reference i can refer to ? Any cpesial code to be used ? in PBP ?

    Thanks

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mychangl View Post
    I can't figure what and how bool loader work ? any good reference i can refer to ? Any cpesial code to be used ? in PBP ?

    Thanks
    www.melabs.com
    www.microchip.com

  3. #3
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Assuming you have MicroCode Studio Plus, you need to load the Bootloader firmware in your PIC first with your favourite PIC programmer.

    Then you need to build the according circuit as stated in the help file. like bellow

    And last step, in your code you need to add this line at the top of your code
    Code:
    DEFINE LOADER_USED 1
    Mecanique MicroCode Studio help file will explain it better and in english .

    alternate explanation : http://www.mecanique.co.uk/code-stud...20Requirements
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. 18F4550 boot loader and corruption
    By bradb in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 20th June 2009, 08:22
  2. boot loader for 16f628a ?
    By tdavis80 in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 5th January 2008, 02:07
  3. Boot Loader with I2C memory
    By reid21 in forum General
    Replies: 1
    Last Post: - 18th September 2007, 08:04
  4. How can I eraser a Boot Loader?
    By MauOrtega in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 9th June 2006, 13:52
  5. 16F877 and boot loader
    By igeorge in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 29th December 2005, 03:22

Members who have read this thread : 1

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