Mechanique Bootloader


Closed Thread
Results 1 to 31 of 31

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,626


    Did you find this post helpful? Yes | No

    Default Re: Mechanique Bootloader

    And I've written a post about how to setup the IPE command line tool in MicroCodeStudio, here it is. It then becomes a seamless one click compile and program that works with any and all PIC that compiler supports. It just tends to be a little slower than using a bootloader.

    /Henrik.

  2. #2
    Join Date
    May 2013
    Location
    australia
    Posts
    2,714


    Did you find this post helpful? Yes | No

    Default Re: Mechanique Bootloader

    program that works with any and all PIC that compiler supports
    except the newer ones like pic16f1615,pic16f1619 ,pbp3 supports them pk3 ipe does not.
    I have not tried with mplabx version past 2.35 [the latest version that works with pbp3 afaik ]
    Warning I'm not a teacher

  3. #3
    Join Date
    Aug 2011
    Posts
    461


    Did you find this post helpful? Yes | No

    Default Re: Mechanique Bootloader

    I know you can compile PBP in later versions of MPLABX... I just tried it using MPLABX V3.60 and it works.
    Not so sure about using things like the debugger or simulator, but I haven't used PBP much in a long time.

    You need to keep MPLABX updated to support newer chips. You can choose to install just the IPE and that should get you newer part support for programming. MPLABX allows you to install multiple versions so you can always keep v2.35 around too.
    Installing the IPE should get you the command-line tools.

    MPLABX/IPE is the only programming tool (from microchip) that will be updated, so we're sort of stuck with it you want to use the Pickit3.

  4. #4
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,626


    Did you find this post helpful? Yes | No

    Default Re: Mechanique Bootloader

    For the 16F1615 and 1619 you need MPASM 5.59 or higher.
    I've got MPASMX v3.55 installed, it comes with v5.72 of the assembler and the assembler works fine with PBP3 as far as I can see. The Device Support document for IPE lists full support (program and debug) for the PICKit3 for both these devices.

    Using MPLABX as the IDE for PBP might be a completely different story, I'm still hoping PBP3.1 will ship with proper support and documenation for that but I'm not feeling lucky.

    /Henrik.

  5. #5
    Join Date
    May 2013
    Location
    australia
    Posts
    2,714


    Did you find this post helpful? Yes | No

    Default Re: Mechanique Bootloader

    You need to keep MPLABX updated to support newer chips. You can choose to install just the IPE and that should get you newer part support for programming. MPLABX allows you to install multiple versions so you can always keep v2.35 around too.
    Installing the IPE should get you the command-line tools.
    confirmed . I bit the bullet and installed ide/ipe ver 3.55 and version 2.35 still works [yeah]
    and the pk3 can pgm the new chips from mcspx.

    the pbp toolchain does not work with mplabx 3.55 as suspected [for me anyway],code will still compile though.

    for reference the icsp (no connector fitted) port on the "Curiosity Board" will not actually work as programmer ,I guess the pkob interferes with the process ,making mplabx pkob the only programmer that works but only for ide versions that the pbp3 plugins don't function in . would have been nice to use the board with pbp3 easily.


    progress is over rated

  6. #6
    Join Date
    Aug 2011
    Posts
    461


    Did you find this post helpful? Yes | No

    Default Re: Mechanique Bootloader

    I haven't tried the curiosity board yet so I don't know how the ICSP connector fits into the picture.

    making mplabx pkob the only programmer that works
    There's an mplabx command-line tool 'ipecmd.exe' supposedly similar to 'pk3cmd.exe' that sounds like it should work with any of the programmers,
    and it has a PKOB setting. There's a readme in the docs folder. Might be worth trying that w/the curiosity.

  7. #7
    Join Date
    May 2013
    Location
    australia
    Posts
    2,714


    Did you find this post helpful? Yes | No

    Default Re: Mechanique Bootloader

    There's an mplabx command-line tool 'ipecmd.exe' supposedly similar to 'pk3cmd.exe' that sounds like it should work with any of the programmers,
    and it has a PKOB setting. There's a readme in the docs folder. Might be worth trying that w/the curiosity.
    thanks it's alive
    the ipecmd command line utility can be used to program your curiosity board from mcs ide

    programmer filename ipecmd.exe
    command line -tSBURxxxxxxxxx -p$target-device$ -f$hex-filename$ -e -m


    where BURxxxxxxxxx is the serial no of your curiosity pkob

    it works very nicely
    Warning I'm not a teacher

  8. #8
    Join Date
    Mar 2017
    Posts
    28


    Did you find this post helpful? Yes | No

    Default Re: Mechanique Bootloader

    Guys

    Couldn't connect to this site or Proton for the last two days.

    Bootloader has become a side project. I have serial and parallel port hardware programmers as side projects too.

    Thank you for the comments.

Similar Threads

  1. Bootloader
    By Rob Martin in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 15th April 2012, 20:46
  2. Where is the bootloader ?
    By Bonxy in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 19th September 2011, 14:43
  3. PROBLEMS ORDERING PICBASIC PRO mechanique.co.uk
    By Michael Wakileh in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 27th September 2009, 20:11
  4. bootloader
    By pierre2030 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 28th January 2007, 22:24
  5. bootloader
    By Mostafa in forum General
    Replies: 6
    Last Post: - 22nd February 2006, 13:34

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