PBP for dsPIC 16bit??


Closed Thread
Results 1 to 34 of 34

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    You can start right now with assembler or C... it's free (with some limitations).

    If you already mess with 10,16,18 series, then you'll discover PIC24, DsPIC, PIC32 assembler is far different... not to mention the extra features and architecture.

    Download a datasheet... then oh surprise, you also need to download the family common datasheet for x specific section of the internal peripherals.

    Yes it is a complete rewrite, no it's not simple... and no you don't need to stick to C, there's already Basic compilers available.

    On the long run, you may find it handy to know C.
    Steve

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

  2. #2
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    Quote Originally Posted by mister_e View Post
    .....On the long run, you may find it handy to know C.
    If you want to leverage your efforts into commercial/professional activities, then C/C++ is the way to go. It dominates the market at 84% (ASM is the next highest with 5%) with all other languages making up the balance of 11% - BASIC (all dialects, not just PBP) accounts for 1% of total usage.
    Name:  bg475.png
Views: 3737
Size:  23.0 KB
    Why pay for overpriced toys when you can have
    professional grade tools for FREE!!!

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


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    It's been said countless time in here, compilers are just tools. You want to have more than one screwdriver in your kit.

    I say, if you can, learn them all

    Keep programming fun, enjoy what you do..life's too short.
    Steve

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

  4. #4
    Join Date
    Sep 2005
    Location
    France
    Posts
    50


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    I would like to program PIC24, because they have 4 UART ! Need Them because SERIN(OUT)2 are not good for my apps

    Regards

  5. #5
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    Quote Originally Posted by harryweb View Post
    I would like to program PIC24, because they have 4 UART ! Need Them because SERIN(OUT)2 are not good for my apps

    Regards
    Sure looks like you are not going to find the solution here any time soon.
    Why pay for overpriced toys when you can have
    professional grade tools for FREE!!!

  6. #6
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,170


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    Quote Originally Posted by harryweb View Post
    I would like to program PIC24, because they have 4 UART ! Need Them because SERIN(OUT)2 are not good for my apps

    Regards
    18F with 4 USART:

    http://www.microchip.com/wwwproducts...ct=PIC18F67J94

    Robert

  7. #7
    Join Date
    Sep 2005
    Location
    France
    Posts
    50


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    @ Robert,

    The text you select had been written in 2011... not sure that 18F67J94, if exist at this time, was suported by PBP2.60...
    ;-)


    I can see now, that, here in France, electronicians are using more and more ARDUINO, raspberry Pi, beaglebone.... (linux embedded and python prog) May be because of the price and no simple basic compiler for big PIC available. (?)

    Regards

  8. #8
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: PBP for dsPIC 16bit??

    Hi,
    The 18F67J94 (or, in fact, any of the xxJ94 devices) doesn't seem to be supported even by PBP3 (Supported devices).
    I'd love for PBP to support other device families but as have be said, the 24 and 32 series PICs are completely different animals compared to the 12, 16 and 18 series. However, and I know the thread is old so the point may be moot but if 4 USARTs is the driving factor for going to a 32bit microcontroller one might think about taking a step back and re-evalutate. Take a look at the MAX3107 for example, 4UARTs with 128bytes FIFO buffers, SPI/I2C interface to the main controller.

    /Henrik.

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