PBP for dsPIC 16bit??


Closed Thread
Results 1 to 34 of 34

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,154


    Did you find this post helpful? Yes | No

    Exclamation PBP for dsPIC 16bit, why not?

    Quote Originally Posted by photoelectric View Post
    ...
    Is it possible??i mean all the command listed in the PBP green book can be used for dsPIC??
    ...

    Quote Originally Posted by HenrikOlsson View Post
    Short answer: No.
    PBP works with PIC10, 12, 16 and 18 "only".
    ....

    Why not? I've never used or seen a DSpic but thought this an interesting subject so I did some googling:

    dsPIC30 is a 16bit mcu:
    http://ww1.microchip.com/downloads/e...Doc/70102K.pdf
    (p. 62)
    The format supported is the Intel® HEX 32 Format (INHX32).
    PIC 24F are also 16bit mcu:
    http://ww1.microchip.com/downloads/e...tes/91025a.pdf
    (p. 2)
    The formats supported are the Intel HEX Format (INHX8M), Intel Split HEX Format (INHX8S), and the Intel HEX 32 Format (INHX32).

    It would seem it's just a matter of using a programmer that generates INHX32 hex files. I have no clue which format is generated by my MeLabs U2 programmer. The most I could find was:

    The melabs programmer software is compatible with the standard Microchip HEX format files.
    INHX8M? INHX8S? INHX32?


    So, is it possible that finding a programmer that generates INHX32 hex files is the only hurdle to using PIC Basic Pro on dsPIC devices?


    Or am I totally not seeing something?



    EDIT: This is from 18F2550.INC in PBP folder:

    LIST p = 18F2550, r = dec, w = -311, w = -230, f = inhx32
    So a PIC 18F2550 is apparently programmed in INHX32 format, why couldn't a dsPIC?
    Last edited by Demon; - 16th May 2011 at 15:23.
    My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.

    Not as dumb as yesterday, but stupider than tomorrow!

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