PIC16LF1939 Configuration Errors


Closed Thread
Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,116


    Did you find this post helpful? Yes | No

    Default Re: PIC16LF1939 Configuration Errors

    Yes it works OK. Don't worry about that.

    It makes sense if your IDE does not support it. For example compiling from Command Line.

    Ioannis

  2. #2
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    699


    Did you find this post helpful? Yes | No

    Default Re: PIC16LF1939 Configuration Errors

    Thank you guys. Now, it works fine. There is a "condensed" version of the thread that Dave mentioned that was really helpful.

    http://www.picbasic.co.uk/forum/cont...o-your-Program

    The tricky part (at least for me) to make it work was figuring out that I needed two CONFIG statement lines. One for CONFIG1 and another one for CONFIG2.

    Code:
    @  __CONFIG _CONFIG1, .......
    @  __CONFIG _CONFIG2, .......
    "No one is completely worthless. They can always serve as a bad example."

    Anonymous

Members who have read this thread : 0

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