Lester, If you email me at "[email protected]" I can send back the .ZIP file you are requesting. This site does not allow more than 1 Mb file size. The .ZIP file is about 4957 Kb.
Lester, If you email me at "[email protected]" I can send back the .ZIP file you are requesting. This site does not allow more than 1 Mb file size. The .ZIP file is about 4957 Kb.
Dave Purola,
N8NTA
EN82fn
Lester, I have emailed the files to you, as the forum will not allow me to attach RAR files.
You basically select the device, then you select the desired configurations(oscillator, brown out reset, WDT, LVP, etc) and It will create the code for both PBP2.X and PBP3.
MPLABX has a similar tool, but not nearly as visual and intuitive. as the configuration bits are not labeled, so you always need to take a look at the datasheet.
This is an old version that was not updated. It is abandoned and useful for relatively old PICs.
Ioannis
Here is what I do; PBP includes a list of all PICs covered (with the version you have) located at: C:\Program Files (x86)\PBP3_1\DEVICE_REFERENCE. (Yours might be "\PBP3\" if you haven't upgraded.). From the list, find the part you're using, open the .info file with Notepad (or other text program). At the top you will find all the CONFIGs formatted as it should be in your PBP code. Copy and paste it, then remove the comment semi-colons. This lists the default settings. Below that are all of the individual CONFIG bits with the possible options. You can copy/paste changes to alter them individually.
Other options:
1. MCC: https://www.microchip.com/mplab/mplab-code-configurator
2. Great Cow Basic: http://www.greatcowbasic.com/gcb.html
The first needs MPLABX to work.
The second needs to install the free GCB Ide/compiler. The language is free and supports many PIC's. You do not need to make any config at all. Write your code and the needed configs are created automatically. Then you can open the *.asm file and copy the configs if you want to continue in PBP.
Ioannis
Bookmarks