16/32 bits PIC support in PBP?


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1

    Question 16/32 bits PIC support in PBP?

    Since the FAQ is empty after the apparent upgrade I decided this is the best place to post my question and i can't find the answer in the PBP's product description.

    I have an older version of PBP that I've been meaning to upgrade for a while, just never got around to it...

    I'm now looking at the possible necessity to use PIC24's and above.
    The question is, does pbp support anything higher than PIC18's?
    if not, is their any future developments to be done towards 16/32 bit PIC's?
    If NO then theirs no point in upgrading...

    Thanks
    Last edited by Acetronics2; - 5th May 2010 at 11:57.

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by comwarrior View Post
    Since the FAQ is empty after the apparent upgrade I decided this is the best place to post my question and i can't find the answer in the PBP's product description.
    What FAQ is empty? If you mean the one here on the forum you need to check again.
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by comwarrior View Post
    The question is, does pbp support anything higher than PIC18's?
    No.

    Quote Originally Posted by comwarrior View Post
    if not, is their any future developments to be done towards 16/32 bit PIC's?
    None that I know of.

    Quote Originally Posted by comwarrior View Post
    If NO then theirs no point in upgrading...
    Maybe not for you. But plenty of people would disagree with you, and say that the extra USB support for newer chips, Arraywrite/read and (depending on how old the version of PBP is) longs, etc, the upgrade is plenty worth the $25.

    Quote Originally Posted by comwarrior View Post
    I'm now looking at the possible necessity to use PIC24's and above.
    Just curious. Is is the 16 million instructions per second that is too slow for your application, or did you need some DSP? Or is it the "more power!" (Tim Taylor) syndrome?

  4. #4


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by scalerobotics View Post
    No.
    Just curious. Is is the 16 million instructions per second that is too slow for your application, or did you need some DSP? Or is it the "more power!" (Tim Taylor) syndrome?
    nope... faster analogue scanning, WAY more IO lines, WAY better math to play with bigger numbers! more communications 'ports'...

    When you have a system running on a 18F4550 @48MHz with int clock and every AN/IO pin is used and the program barely keeps up, you know your not far off needing to upgrade...
    i know it's just keeping up because the 'optional' code is the update to the LCD, everything else is interrupt driven...

    Oh, and you can add more timers to the list... my code ATM has to share!

    :edit
    So, the question now is why doesn't PBP support > PIC18's?
    Last edited by comwarrior; - 5th May 2010 at 21:52.

  5. #5
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by comwarrior View Post
    So, the question now is why doesn't PBP support > PIC18's?
    Probably has to do with the target market. Plus, the 16-bit devices have a completely different architecture, different instruction set, vectored interrupts, etc. Would need a complete re-write of the compiler - same situation with the 32-bitters. Best option would be to go with the C30 and C32 compilers if you are looking to higher performance and more sophisticated peripherals.

  6. #6


    Did you find this post helpful? Yes | No

    Default

    Actually, i've just discovered the PIC18F97J60, it seems to have enough IO/ports etc...
    I'm also impressed that it has a direct memory bus...

    Having to use everything at 3.3V is going to be annoying... but i'll make it work...
    I also have the 'fun' of re-visiting the TCP/IP stack and OSI layers from a none microsoft, none Linux point of view... Completely from scratch, none of the crap that comes 'pre-installed'...

    Although, what the hell is a TQFP? I know QFP, it's like PLCC with pins on all 4 sides (according to my PCB software)... TQFP????

  7. #7
    Join Date
    Mar 2003
    Location
    Commerce Michigan USA
    Posts
    1,166


    Did you find this post helpful? Yes | No

    Default

    comwarrior, Thin Quad Flat Pac....

    Dave Purola,
    N8NTA

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