8-bit Bootloader from Microchip


Closed Thread
Results 1 to 15 of 15

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default Re: 8-bit Bootloader from Microchip

    My advice. Forget all about bootloader. It just not worth it.

    With ICSP you have:

    1. Better programming speed
    2. Safer and works with ALL chips, not only with those that a bootloader exists.
    3. No use of UART
    4. Free to use any CONFIG you want
    5. Free to use any clock speed you want

    Once I used bootloader but after using ICSP (with Pickit 2, Pickit 3 and ICD3) never used it again.

    Ioannis

  2. #2
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    938


    Did you find this post helpful? Yes | No

    Default ...so now, let's try ISCP ;-)

    Thank you Richard and Ioannis, I appreciate your advice.

    I've never tried ISCP either so let's discover this one
    Roger

  3. #3
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default Re: 8-bit Bootloader from Microchip

    After using it with the Microchip IPE (which is not very good design IMHO), I found this one http://www.pickitplus.co.uk/Typesetter/ for my Pickit2 and Pickit3.

    It is a stand alone application that is maintained and updated on a regular basis by Evan Venn, a very helpful person.

    Using ICSP is very easy. You connect through 5 pins the MCU (MCLR, +Vdd, GND, CLK and DATA) either permanent while developing or momentarily only for programming and hit WRITE and you are ready.

    Only take care not to load too much the CLK and DATA lines (PortB.6 and PortB.7) which leads to programming failure.

    And best of all, you can even supply with 3.3 or 5 volts the MCU through the Pickit. I had successfully supplied a circuit with 4x20 backlit LCD.

    Ioannis
    Last edited by Ioannis; - 5th August 2020 at 20:12.

Similar Threads

  1. Replies: 2
    Last Post: - 28th December 2017, 15:10
  2. Replies: 0
    Last Post: - 16th March 2011, 12:58
  3. Replies: 6
    Last Post: - 5th November 2008, 11:30
  4. Microchip Bootloader and Interrupts
    By Josuetas in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 18th May 2007, 00:11
  5. Microchip TC32M Supervisory Circuit and Bootloader
    By modifyit in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 20th July 2005, 03:29

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