Request : meCONFIG



THE BOOK of DT's INTERRUPTS is an organization of interrupt service routines and other works written by Darrel Taylor, RIP.

Interrupt routines are arranged per Darrel's original list. Darrel Taylor's Instant Interrupts are an extension of the work of Tim Box whom in October of 2002 wrote INT_CTRL.pbp

Many of the forum members felt this is a long overdue project.

THE BOOK of DT's INTERRUPTS
will be a valuable resource and a tribute to Darrel Taylor the "Fanatical Contributor".

THE BOOK of DT's INTERRUPTS is located at http://dt.picbasic.co.uk/

Closed Thread
Results 1 to 11 of 11
  1. #1
    Join Date
    Apr 2020
    Posts
    3

    Lightbulb Request : meCONFIG

    Hello, I was browsing the whole DT cookbook site, and I could't find any mention or link to the meCONFIG tool.

    I know that meCONFIG is unsupported after Darrel passed away, but I think it is still a very useful tool for the majority of projects.

    TIA.

  2. #2
    Join Date
    Apr 2003
    Location
    Cambridge - UK
    Posts
    1,030


    Did you find this post helpful? Yes | No

    Default Re: Request : meCONFIG

    THE BOOK of DT's INTERRUPTS located at http://dt.picbasic.co.uk/ was compiled from information taken from Darrels web site , wayback machine & users contributions of Darrels work.
    I do not recall seeing a tool meCONFIG. However if you , or others, can make it available with some documentation, or an explanation of its operation, I or one of the other authors would be very happy to add it to the DT site.
    Lester - Forum Administrator
    -----------------------------------
    www.crownhill.co.uk

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


    Did you find this post helpful? Yes | No

    Default Re: Request : meCONFIG

    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

  4. #4
    Join Date
    Apr 2020
    Posts
    3


    Did you find this post helpful? Yes | No

    Default Re: Request : meCONFIG

    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.

  5. #5
    Join Date
    Apr 2020
    Posts
    3


    Did you find this post helpful? Yes | No

    Default Re: Request : meCONFIG

    Quote Originally Posted by Dave View Post
    The .ZIP file is about 4957 Kb.
    }

    The one I have is about 1900KB, and it consists of only the executable setup file... where is the difference ? Version is 1.0.0.11 dated 2014

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


    Did you find this post helpful? Yes | No

    Default Re: Request : meCONFIG

    This is an old version that was not updated. It is abandoned and useful for relatively old PICs.

    Ioannis

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


    Did you find this post helpful? Yes | No

    Default Re: Request : meCONFIG

    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.

  8. #8
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,793


    Did you find this post helpful? Yes | No

    Default Re: Request : meCONFIG

    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

  9. #9
    Join Date
    Mar 2008
    Posts
    59


    1 out of 1 members found this post helpful. Did you find this post helpful? Yes | No

    Default Re: Request : meCONFIG

    I would very much like to see this tool make a comeback!

  10. #10
    Join Date
    Jul 2018
    Posts
    8


    Did you find this post helpful? Yes | No

    Default Re: Request : meCONFIG

    Quote Originally Posted by n0yox View Post
    I would very much like to see this tool make a comeback!
    Me too !

  11. #11
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,793


    Did you find this post helpful? Yes | No

    Default Re: Request : meCONFIG

    Don't think so.

    Microchip has a bad habit to change the notations and other thinks on new devices and this makes things too complicate.

    One has to read ALL the datasheets and then make a program to read those *.info files of every chip and in a graphical environment display those settings.

    Too much of work to do and especially to maintain.

    There is the equivalent MCC tool by Microchip for anyone who wants to test it.

    Or simply, open the device info file in the DEVICE folder within your PBP folder and find all the relative info.

    Ioannis

Similar Threads

  1. meCONFIG
    By Caaarlo in forum DT Cookbook Discussion
    Replies: 1
    Last Post: - 8th April 2020, 16:30
  2. How to update meCONFIG
    By Alberto in forum PBP3
    Replies: 4
    Last Post: - 22nd April 2017, 17:23
  3. A Defines Request
    By Kirk Fraser in forum mel PIC BASIC Pro
    Replies: 22
    Last Post: - 31st March 2011, 23:23
  4. Freebie Request
    By eddyh in forum General
    Replies: 1
    Last Post: - 16th May 2005, 08:06

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts