Upgrating to PBP3.1


Closed Thread
Results 1 to 26 of 26

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default Re: Upgrating to PBP3.1

    Hi Nick,
    I'll try to answer your questions to best of my knowledge, hopefully others will chime in as well.

    1. Is there clear information available for a beginner to install and get this system running?

    Don't know about any instructions but as long as you're using MicroCodeStudio it's really quite straight forward.

    2. How many seats are allowed to be used with the latest PBP (3.1 if I’m not mistaken) and MCSPX (5.0)? If only one can it be easily moved from one system to another in case that it is needed?

    I believe it's two. I've just switched computers and the license manager allowed me to activate PBP on the new computer without first deactivating it on the old.

    3. Are these two software pieces enough to get me going (write code and generate .HEX files) or I need some other applications? If I need other applications what will they be, what revisions are recommended and what will be the advantage?

    You will need to install MPLABX as well since that is where the assembler is. The assembler is what gets you from a compiled program to the .hex file you program into the PIC.

    4. Are these software pieces fully compatible now with Windows 10? I will also purchase and dedicate a computer to this application and Windows 10 seem to be the best choice.

    Well, fully compatible, I don't know but I'm running PBP3, MCSP, MPLABX on a Windows10 machine now it seems to work for the short amount of time I've done it so far.

    5. I owe a couple of U2 Programmers, one Field Programmer, a couple of PICKIT 3 devices, one LabX1 and one LABX2 boards. Do I need to invest in something else or these will suffice? I understand that pending the processor I will be using I might need some specific development board but right now I just want to get things going and move to the 18F family and the newer 10Fs that I understand are now supported. As I said before I learn slowly but I forget really fast so, small steps will be best for me.

    Since you have a PICKit3 you should not need to buy anything else. Windows 10 apparently is very strict about what device drivers it allows you to use so the U2 and the Field Programmer MIGHT not work. Hopefully someone else with one or both of these devices will be able to tell you for sure.

    /Henrik.

  2. #2
    Join Date
    Oct 2012
    Posts
    82


    Did you find this post helpful? Yes | No

    Default Re: Upgrating to PBP3.1

    Thank you Henrik for the reply.
    I will order the package any day now and I will try to record the instalation steps.

    For the past few days and especially esterday I was unable to get into the forum page getting a "Database error " hince my late reply . Is it me or some other members are experiencing it too?

    Nick

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


    Did you find this post helpful? Yes | No

    Default Re: Upgrating to PBP3.1

    Me too Nick.
    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!

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


    Did you find this post helpful? Yes | No

    Default Re: Upgrating to PBP3.1

    Quote Originally Posted by HenrikOlsson View Post

    You will need to install MPLABX as well since that is where the assembler is. The assembler is what gets you from a compiled program to the .hex file you program into the PIC.
    may be you should download MPLABX v2.35 ( from Microchip archives folder http://ww1.microchip.com/downloads/e...-installer.exe ) and NOT the more recent versions ...
    just my two cents !


    4. Are these software pieces fully compatible now with Windows 10? I will also purchase and dedicate a computer to this application and Windows 10 seem to be the best choice.
    I recently had to rebuid my computer on a Win 10/64 basis ... ( win XP Crashed @ 320 GB ... )
    all the software you generally use with PBP will install flawlessly : I run MPLAB 8.92, MPLABX 2.35, PBP 3.10, Microcode Studio, PicMultiCalc, PicTimer calculator 0.96 plus the old Picstart plus, Pickit2 & 3 (IDE and standalone modes ) but not ICD2 (32 bits ) ...

    Alain
    Last edited by Acetronics2; - 30th April 2017 at 19:45.
    ************************************************** ***********************
    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
    Oct 2005
    Location
    Sweden
    Posts
    3,617


    Did you find this post helpful? Yes | No

    Default Re: Upgrating to PBP3.1

    may be you should download MPLABX v2.35 ( from Microchip archives folder http://ww1.microchip.com/downloads/e...-installer.exe ) and NOT the more recent versions ...
    just my two cents
    If you're NOT interested in using any of the newer devices then you can certainly download and use the old MPLABX 2.35 but if you're buing PBP 3.1 in order to be able to play with the devices it adds support for then you're going to HAVE TO use a new version of MPLABX. Well, it's MPASMX you need but it and the device specific header files comes bundled with MPLABX so....

    Personally I've got MPLABX v3.55 installed and it seems to work just fine, compiling and assembling from MicroCodeStudio. As far as setting up PBP as the toolchain INSIDE MPLABX it may be a different story. Charles sent me some instructions the other day, when I bought the 3.1 upgrade but I haven't had time to look into it yet.

    /Henrik.

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


    Did you find this post helpful? Yes | No

    Default Re: Upgrating to PBP3.1

    Quote Originally Posted by HenrikOlsson View Post
    If you're NOT interested in using any of the newer devices then you can certainly download and use the old MPLABX 2.35 but if you're buing PBP 3.1 in order to be able to play with the devices it adds support for then you're going to HAVE TO use a new version of MPLABX. Well, it's MPASMX you need but it and the device specific header files comes bundled with MPLABX so....

    Personally I've got MPLABX v3.55 installed and it seems to work just fine, compiling and assembling from MicroCodeStudio. As far as setting up PBP as the toolchain INSIDE MPLABX it may be a different story. Charles sent me some instructions the other day, when I bought the 3.1 upgrade but I haven't had time to look into it yet.

    /Henrik.
    Hi, Henrik

    that would be a very interesting topic to explain how to use PBP inside MPLABX for the latests versions of this IDE ...

    I still am stuck with simply creating the PBP source file ... ( I think I did it once in a while ... but I forgot what I did !!! )

    that's why I do recommend using V2.35 ...

    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 " !!!
    *****************************************

  7. #7
    Join Date
    Oct 2012
    Posts
    82


    Did you find this post helpful? Yes | No

    Default Re: Upgrating to PBP3.1

    Hi Team,

    I am traveling and have sporadic access to internet.
    Yesterday I replayed to Alain on post #5 but it seems that my reply was rejected somehow. This time could be me doing something wrong. I hate phone browsing.

    Thank you Alain and Henrik for the important information. I will order my package this week and download all other suggested applications. I will also prepare a Win 10 laptop, make sure it is up to date hoping on a clean install.
    I will get back with some questions when I have everything ready.
    Just to be clear, on the long run I would prefer to have the latest releases to take advantage of all the new features but I was looking for a proven working combination, like the one suggested by Alain, just to make sure I get started and until I get familiar with the system.
    My needs right now are still simple, but it is time to improve and get familiar with the latest.
    Thank you for your support.

    Nick

  8. #8
    Join Date
    Oct 2012
    Posts
    82


    Did you find this post helpful? Yes | No

    Default Re: Upgrating to PBP3.1

    OK.
    I’ve already paid for my PBP3.1 and MCSPX-Full and got my activation keys.
    I do not have yet a laptop ready for the installation but I will hopefully get one this week.
    In mean time, I’m downloading all suggested applications so I have them handy when the time comes:

    • PBP 3.1.
    • MCSPX 5.0. Is this already included in PBP3.1 download?
    • MPLAB_IDE_8_92 suggested by Alain.
    • MPLABX-v2.35 suggested by Alain.
    • MPLABX-v3.55 suggested by Henrik.
    • MPLABX-v3.60 latest release available just in case.
    • PICkit_3_Programmer_1_0_Setup_A. Not sure if needed yet and for what.
    • PICkit3 Programmer Application v3.10. Not sure if needed and for what

    Few questions now:

    1. Do I need to download anything else?
    2. What are my choices / combinations of installing a working package?
    3. What are the advantages of one combination over another?
    4. Is there a particular order in which the components should be installed?
    5. Can one of these combinations run in Windows XP?

    More questions might come as we go.

    I will still be using my old setup (PBP 2.xx and the free version of MCS) until I will feel comfortable enough to fully migrate. That might take some time due to the limited time that I can allocate to this transition and my limited expertise.

    As always thank you for your attention and support.

    Nick

  9. #9
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,617


    Did you find this post helpful? Yes | No

    Default Re: Upgrating to PBP3.1

    Hi Nick,
    I think perhaps you might be overthinking/overcomplicating this. Don't randomly install everyting you find. Install what you know you actually NEED.

    For example , I personally wouldn't bother installing MPLAB 8.92 untill you find yourself in need of doing so. Using PBP2.6 MIGHT be a reason, I'm not sure. Assembling UMC bootloader files WILL be a reason for installing 8.92 but untill you know you need it don't bother.

    I personally wouldn't bother installing MPLABX v2.35 either. Especially if you're NOT going to use MPLABX as your IDE (which I suspect you're not since you payed for MCSPX). And even that argument now SEEMS to be moot since PBP 3.1 comes with a new MPLABX plugin to setup the toolchain. I still haven't tried this though.

    Having multiple versions installed certainly is possible but can get confusing if you're "not on top of it" when the compiler sends the program to the assembler from the "wrong" version of MPLAB and you have no idea why something no longer works or now seems to work differently than it did "last month".


    So, here's what I'd do:

    * Install MPLABX, 3.55 or 3.60.

    * Install PBP. If it doesn't pop up automatically, find the Activation Manager and run it to activate.

    * Install MCSPX. The install utility is (typically) in C:\Program Files (x86)\PBP3\Mecanique\mcsp-si.exe, run that and it will download the appropriate files, it'll ask you for your license key.

    With MPLABX comes MPLAB IPE which is the new unified software for all of Microchips programming tools, including the PICKit3. That's really all you need in order to use your PICKit3. There's a command line tool which you can invoke from withing MicroCodeStudio and there's a stand alone GUI based application you can use if you prefer.

    /Henrik.

Similar Threads

  1. PBP3 and DT Interrupts
    By rsocor01 in forum PBP3
    Replies: 6
    Last Post: - 16th April 2022, 21:31
  2. PBP3 and MCSP
    By Luckyborg in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 25th March 2012, 15:44
  3. I really need some help with PBP3
    By Ramius in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 26th February 2012, 16:05
  4. Pbp3
    By rcbandwidth in forum mel PIC BASIC Pro
    Replies: 21
    Last Post: - 18th September 2011, 14:13
  5. What's with PBP3?
    By BrianT in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 10th August 2011, 17:09

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