Config settings


Closed Thread
Results 1 to 3 of 3

Thread: Config settings

  1. #1
    Join Date
    May 2007
    Location
    Suffolk, UK
    Posts
    59

    Default Config settings

    If the configuration settings within a programme are different to the settings in the programmer am I right in assuming that the programme settings take preference.

    Adrian

  2. #2
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    Well the definitive answer is Yes, No, and Maybe...

    It all depends on how good (or bad) your programming software is - that is the actual software that you use to drive your programmer (and NOT PICBASIC or any other compiler you may be using)...

    Here is the way it SHOULD work...

    1. When you select a device (a PIC for example PIC16f628) your programmers software will load a set of defaults for that chip. You are able to manually change any at this stage.

    2. When you load your HEX file, if you have embedded any CONFIG settings within your HEX, they will replace any previous defaults or manual changes you have made. Any CONFIG definitions not embedded in your HEX will remain unchanged from step 1.

    3. You are able to over-ride any settings manually at any time, but if you reload your HEX you will go back to Step 2 and if you reload your device type you will go back to Step 1.

    Clear as mud?

    How your chosen software works is anybody's guess, but mine works as described above.

  3. #3
    Join Date
    May 2007
    Location
    Suffolk, UK
    Posts
    59


    Did you find this post helpful? Yes | No

    Default

    Er....... I think I see through the mud, thanks Melanie. And to round off I'm using PicBasic Pro + U2 Serial Programmer + MicroCode Studio Plus programming software. Does that tie up with your muddy description?

    Just want to say I've used the basics of your Olympic timer interfaced with EDE707 7 segment driver chip + HV drivers into 8 inch outdoor displays + other software for lap counting and it is excellent - many thanks for all you do on this forum - it is appreciated.

    Adrian

Similar Threads

  1. A/D conversion with PIC18F67J50
    By ScaleRobotics in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 8th May 2009, 01:48
  2. 18F4550 Bootloader enter via eeprom setting
    By bradb in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 22nd November 2008, 23:51
  3. Error 0X0000008E when connecting a 18F2550 USB HID
    By FranciscoMartin in forum USB
    Replies: 8
    Last Post: - 16th October 2008, 17:20
  4. PortE problems (PIC18F4455)
    By RubenR in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 12th July 2006, 15:26
  5. Installation sequence
    By Demon in forum General
    Replies: 23
    Last Post: - 11th July 2006, 03:56

Members who have read this thread : 2

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