PBP for dsPIC 16bit??


Closed Thread
Results 1 to 34 of 34

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    Short answer: No.
    PBP works with PIC10, 12, 16 and 18 "only".
    I'd probably take a look at MikroElectronikas mikroBASIC PRO for dsPIC or move over to the dark side....

  2. #2
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    Hi,

    The subject was discussed some times ago ...

    looked Melabs had no real project for 16 bits ...

    May be Charles Leo could make a little " update " about the future ...

    BTW CCS C compiler also is a possibility ( take care to recent versions > 4.110 : somewhat buggy ...)

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  3. #3
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    And why would 16-bit PICs be interesting? A PIC16 is rated at 5MIPs and the fastest PIC18s are rated 16MIPs (typically 10MIPs). The 16-bit PIC24/dsPIC are rated from 16-40MIPs. However, MIPs (million-instructions/second) are very misleading and do not not take into account things like instruction and data sizes. So how, for example, does a 10MIPs PIC18F97J60 compare to a 16MIPs PIC24FJ64GA004 - is the PIC24FJ 1.6x faster? In real world testing and benchmarking, it is more like 13-23x. Comparing PIC32s which are rated at 40-80MIPs, the disparity gets even larger. Instead of 4-8x that of a PIC18, it can be as much 160x. Take a look at the CoreMark figures (last column) in the table below.
    Attached Images Attached Images  
    Why pay for overpriced toys when you can have
    professional grade tools for FREE!!!

  4. #4
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    (post removed)
    Last edited by Demon; - 15th May 2011 at 22:18.
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  5. #5
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    (post removed)
    Last edited by Demon; - 15th May 2011 at 22:18.
    Why pay for overpriced toys when you can have
    professional grade tools for FREE!!!

  6. #6
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    (post removed)
    Last edited by Demon; - 15th May 2011 at 22:18.
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  7. #7
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    (post removed)
    Last edited by Demon; - 15th May 2011 at 22:18.
    Why pay for overpriced toys when you can have
    professional grade tools for FREE!!!

  8. #8
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,172


    Did you find this post helpful? Yes | No

    Post Re: PBP for dsPIC 16bit??

    Quote Originally Posted by Acetronics View Post
    ...
    looked Melabs had no real project for 16 bits
    ...
    I wouldn't make a statement like that (EDIT: Until Microchip closes the production line or issues a formal statement).

    http://www.microchip.com/en_US/family/16bit/index.html

    Microchip’s 16-bit, PIC24 MCUs and dsPIC® Digital Signal Controllers provide designers with an easy upgrade path from 8-bit PIC® microcontrollers and a cost effective option to 32-bit MCUs. The broad product line includes everything from eXtreme Low Power microcontrollers to high performance digital signal controllers. Combined with hardware and free software these 16-bit products make the design of Control, mTouch™ Sensing, Graphics, Connectivity, Digital Power Conversion, Smart Sensing and Motor Control solutions easy to implement.

  9. #9
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    Quote Originally Posted by Demon
    ...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?

    Simple answer - no. Programmers do not generate INHX32 files - that is the job of the compiler. The files required by a PIC12/16/18 is very different from that of a dsPIC. While it may be possible to take a
    PIC12/16/18 HEX file and burn it into a dsPIC, it will not do what you expect it to.

    Why pay for overpriced toys when you can have
    professional grade tools for FREE!!!

  10. #10
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,172


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    Quote Originally Posted by rmteo View Post
    Simple answer - no. Programmers do not generate INHX32 files - that is the job of the compiler.
    ...
    Ok, my mistake.

    If this is from 18F2550.INC in the PBP folder:

    Quote Originally Posted by Demon View Post
    ...
    LIST p = 18F2550, r = dec, w = -311, w = -230, f = inhx32
    ...
    Then it will be used by compiler right?
    (Mecanique Studio Plus, MPLAB or whatever alternatives if there are any)

    So, wouldn't you still end up with an INHX32 hex file anyways?

  11. #11
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,172


    Did you find this post helpful? Yes | No

    Question Re: PBP for dsPIC 16bit??

    (just had a thought)

    Or is it more an issue of how the commands are structured within the hex file?

    The layout is compatible, but the commands are not.

  12. #12
    Join Date
    Aug 2010
    Location
    Maryland, USA
    Posts
    869


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    That is the "file format" same as pdf, doc,pbp,xls,dwg and so on.

    But the content will not be correct. At best you will get an eight bit program to run on a 16 or 32 bit processor. This will not be too good. For instance, when we declare a WORD variable, the compiler generates code to make the uP act on the WORD in multiple BYTES. The 16 bit uP would not need the extra overhead of manuiplating the BYTES since it can handle WORDS. But the program would have it anyway since it was compiled for an eight bit uP.
    -Bert

    The glass is not half full or half empty, Its twice as big as needed for the job!

    http://foamcasualty.com/ - Warbird R/C scratch building with foam!

  13. #13
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    Quote Originally Posted by cncmachineguy View Post
    That is the "file format" same as pdf, doc,pbp,xls,dwg and so on.

    But the content will not be correct. At best you will get an eight bit program to run on a 16 or 32 bit processor. This will not be too good. For instance, when we declare a WORD variable, the compiler generates code to make the uP act on the WORD in multiple BYTES. The 16 bit uP would not need the extra overhead of manuiplating the BYTES since it can handle WORDS. But the program would have it anyway since it was compiled for an eight bit uP.
    PBP could very well have a separate compiler switch like it does for longs to switch up to 16 bit compiler, yeah it would probably be a a complete rewrite from the code in an 8 bit compiler but the interface could remain the same and use the same syntax. Look at how similar "C" compilers are for each series. All said I think it would be Do able, however; I think the upgrade price would be steep, I think it would HAVE to be. My thoughts are it would be worth it so as not to need retraining in " C ".
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  14. #14
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,172


    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