simplest usb bootloader pbc solution ??


Closed Thread
Results 1 to 4 of 4
  1. #1

    Default simplest usb bootloader pbc solution ??

    Ok I'm back on the usb quest again...

    I've not played for about a year again, so no doubt now remember even less, and google is not (today) my friend....

    As I see it if I do find a simple 'ready to go' bootloader for noobs, {/link fairy please insert magical link here} I need to tell pbc to start assembling my work of art higher up the address ladder, I tried ORG 0Xhhhh but it laughed at me, and manual did not seem to list the command.

    Whats the right syntax for org?

  2. #2
    Join Date
    Jul 2007
    Posts
    53


    Did you find this post helpful? Yes | No

    Default So many bootloader, so many solution...

    You can use

    DEFINE LOADER_USED 1
    OR
    DEFINE RESET_ORG 0h (for PIC 18F)

    (both are in the manual)


    Then I suggest to have a look at my personal favorites:

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

    -Colt bootloader: http://mdubuc.freeshell.org/Colt/

    J-P

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


    Did you find this post helpful? Yes | No

    Default

    Yeah but...
    the OP use PBC, not PBP, so the Define Loader don't seems to be supported... unless i overlooked something.
    The OP asked for USB bootloader...

    Not sure if you can use a bootloader with PBC...

    Get ready GrandPa for some more snow tonight

    My only magic link will be Melabs support.
    [email protected]
    Last edited by mister_e; - 11th December 2007 at 20:58.
    Steve

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

  4. #4


    Did you find this post helpful? Yes | No

    Default

    emmmmmmmm

    odd result here, if someone wants to take a stab at an explanation.....

    I used ''DEFINE RESET_ORG 10h'' and the first thing in my code was ''@clrwdt'' followed by a few more...

    So I expected.....


    0008: FFFF FFFF FFFF FFFF
    0010: 0004 0004 D7FA

    but got

    0008: EF0A F000 0004 0004 D7FD


    emmmmmmm, at least its moving the start, so I can jiggle that to where it needs to be.

Similar Threads

  1. USB Bootloader.
    By HenrikOlsson in forum USB
    Replies: 22
    Last Post: - 2nd May 2013, 03:46
  2. Replies: 7
    Last Post: - 10th November 2008, 10:24
  3. USB Bootloader CRASH on Vista
    By mindthomas in forum USB
    Replies: 9
    Last Post: - 9th March 2008, 21:56
  4. 18F2550 MCRL/RE3 problem with USB bootloader Microchip
    By Ronald123 in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 24th September 2007, 11:48
  5. BootLoader with USB to Serial Convertors
    By mike101video in forum General
    Replies: 6
    Last Post: - 10th January 2006, 17:48

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