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

Hybrid View

  1. #1
    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

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    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

  3. #3
    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.

  4. #4
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    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

Similar Threads

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