"symbol not previously defined" on 16F1933 - fuse issue i think


Closed Thread
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    @ __config __CONFIG2, _VCAPEN_OFF & _PLLEN_ON & _STVREN_ON & _BORV_25 & _LVP_OFF
    Try getting rid of the items in red.
    Dave
    Always wear safety glasses while programming.

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


    Did you find this post helpful? Yes | No

    Default

    Get rid of the double undescores before CONFIG1 and CONFIG2.
    Code:
    @ __config _CONFIG1, _FOSC_INTOSC & _WDTE_NSLEEP & _PWRTE_ON & _MCLRE_OFF & _BOREN_ON & _IESO_OFF & _FCMEN_ON
    @ __config _CONFIG2, _VCAPEN_OFF & _PLLEN_ON & _STVREN_ON & _BORV_25 & _LVP_OFF
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

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