PBP3 support for some 24F 16 bit devices?


+ Reply to Thread
Results 1 to 14 of 14

Hybrid View

  1. #1

    Default PBP3 support for some 24F 16 bit devices?

    Did or does PBP3 have limited support for certain 24F devices? I remember a list of 24F devices that I thought was attached to the PBP3 device list? (not there now)

  2. #2


    Did you find this post helpful? Yes | No

    Default Re: PBP3 support for some 24F 16 bit devices?

    PBP never supported 16bit devices. The Melabs U2 programmer did support some pic24 and dspic.

    Maybe you are thinking of Proton Basic which had a 16bit version?

  3. #3
    Join Date
    Apr 2014
    Location
    OK
    Posts
    557


    Did you find this post helpful? Yes | No

    Default Re: PBP3 support for some 24F 16 bit devices?

    16-bit support was PBP v2.xx or even v1.xx and for much older 16-bit parts. Anything worth using today has never been supported. When you look into the 16-bit architecture, it uses 16 Working Registers (as opposed to the 1 for 8-bit) and a bunch of other things very different from our familiar 8-bit PICs. Even Microchip MPLABX uses different Compilers for the 8- and 16-bit parts. I think I can speak with 99.99999999% certainty that PBP will NEVER support 16-bit PICs.

  4. #4


    Did you find this post helpful? Yes | No

    Default Re: PBP3 support for some 24F 16 bit devices?

    Ahhh, so you think there 'is' a chance for PBP to support 16 bit stuff ???!@#$

  5. #5
    Join Date
    Apr 2014
    Location
    OK
    Posts
    557


    Did you find this post helpful? Yes | No

    Default Re: PBP3 support for some 24F 16 bit devices?

    My suggestion is if you find the need for 16-bit PICs and dsPICs, take the plunge and learn how to use MPLABX and XC16. Microchip University has tutorials on these topics. It will involve a learning curve, but if I can do it, so can you (at least that's the saying). One nice feature MPLABX offers is Microchip Code Configurator, or MCC for short. You can activate SFRs, set BAUD rates, configure TRIS and other basic Registers, and even assign aliases to different pins. It makes transitioning from BASIC to C much easier.

  6. #6
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,847


    Did you find this post helpful? Yes | No

    Default Re: PBP3 support for some 24F 16 bit devices?

    The MCS IDE is one easy to use environment.

    PBP has no need for peculiar header files or other strange includes.

    So, one using PBP has a very easy IDE to develop a flashing LED in no time!

    Compare that to the unbelievable MPLABX with many settings just to write one line of code...

    Too complicated and scary. What all those files and settings do? A lot of time to discover...

    Ioannis

Similar Threads

  1. PBP3 MCS question on device support.
    By wdmagic in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 13th September 2013, 05:55
  2. PBP3 Support HPWM on CCP3/CCP4 (16F1825)?
    By RossWaddell in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 3rd June 2012, 01:37
  3. Melabs PIC Basic Pro - 16 bit devices support
    By rod27cn in forum PBP Wish List
    Replies: 10
    Last Post: - 21st November 2007, 08:21
  4. PBPro for 16-bit PICs (24F/24H/DSPICs)?
    By Sergeant in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 20th April 2007, 20:18
  5. 16 bit a/d support
    By J_norrie in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 11th December 2006, 16:09

Members who have read this thread : 12

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