Help with pic 12f629


Closed Thread
Results 1 to 40 of 53

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

    Overwriting error is when you set the configs in code space and do not comment the PBP *.inc file.... But you have done that.

    Long directory paths cause problems also, yours is very long.
    C:\USERS\SHAN-MONICA-SHISHAN\DOCUMENTS\PICPROYECTS\PIC12F629\3BASIC.ASM 90
    Try moving your project directory closer to the root of the drive
    C:\PICPROYECTS
    In my opinion, it is a bad idea to store any user created content in "C:\USERS\".
    Dave
    Always wear safety glasses while programming.

  2. #2
    Join Date
    Sep 2010
    Posts
    23


    Did you find this post helpful? Yes | No

    Default

    Hi Dave,

    It didnt work, still gives me the same error.

    I am just worried that my header it is not correct, it looks like this:

    Code:
    DEFINE OSC 4
     @ __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_OFF & _CP_OFF  
     
        cnt VAR BYTE
        delay var byte
    etc....
    But It looks something is missing.....

    I dont know....anyway, thanks all for you help.

    Best regards.
    Frank.

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