How to setup Bootloader


Closed Thread
Results 1 to 10 of 10

Hybrid View

  1. #1
    sincity337's Avatar
    sincity337 Guest


    Did you find this post helpful? Yes | No

    Default PicStart Plus Version?

    Hi,

    I can't answer your bootloader question, but how old your PicStart Plus? I found out the one I had was kind of old and had to get an upgrade card for it to get it to work properly. Just a thought....

    James

  2. #2
    Join Date
    Oct 2004
    Posts
    448


    Did you find this post helpful? Yes | No

    Default

    Hi koossa,

    What stage are you at? Do you need help with the bootloading, or the ICD?

    Once you have correctly programmed the bootloader firmware into the PIC, your programmer (Picstart, or any other) is out of the picture.

    Can you give some more details about where exactly you are stuck?

    Regards,

    Anand

  3. #3


    Did you find this post helpful? Yes | No

    Default

    My I ICD is working as well as serial communication from pic to PC, it is only my bootloader that I strugle with.

    After I upload the bootloader hex file to my pic using the picstart plus, I put it back in the circuit, connect my serial cable to the circuit and in MicroCode Studio I click on the menu "PROJECT", "COMPILE AND PROGRAM" then I get the message:
    "Reset Required, please reset the target microcontroller in order to access to the bootloader process... ".

    I have tried to reset it then, but with no luck.

    Thx

  4. #4
    Join Date
    Oct 2004
    Posts
    448


    Did you find this post helpful? Yes | No

    Default

    Since you have the ICD working, like you said the Pic to PC connection is intact.

    Are you sure you dont have an incorrect bootloader file programmed for the clock speed you are using?

    Also, make sure the baud rate chosen in the Microcode Loader is on Auto.

    Regards,


    Anand

  5. #5
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    With the MCS loader & a 4MHz oscillator, make sure you're programming the 877 with the 877 MCS loader firmware for 4MHz.

    Add these to the top section of your code;

    DEFINE LOADER_USED 1
    DEFINE OSC 4

    Setup the MCS loader as the programmer. Then click the Compile/Program button from within MCS.

    If you have not wired the auto reset circuit as shown in the MCS loader help schematic, then you need to cycle power when this message pops up, or have a switch to /MCLR to reset the PIC during the boot loading process.

    Assuming you have wired the MAX232 correctly, have a good serial cable/connection, etc, it should work fine.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  6. #6


    Did you find this post helpful? Yes | No

    Default

    I am using MPLAB to program the 877 hex file onto the pic and not with the MCS loader firmware, I think that could be my problem?

  7. #7
    Join Date
    Oct 2004
    Posts
    448


    Did you find this post helpful? Yes | No

    Default

    No; how you load the bootloader hex file into the pic is immaterial. In fact, you cannot program the bootloader firmware itself using the MCS loader; that would be a chicken-and-egg situation.

    Do you have another programmer at hand? Or, you could perhaps build a simple JDM type programmer for initially downloading the bootloader firmware into the PIC. After that, the bootloader should work, and you would not require the programmer (for that chip).

    Regards,

    Anand

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