Plz give me working of timers in PIC16F676


Results 1 to 8 of 8

Threaded View

  1. #7
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Deuh, sure it's not your whole program....
    Quote Originally Posted by MPLAB
    Make: The target "C:\ASM_PROG\pwm676.o" is out of date.
    Executing: "C:\Program Files\Microchip\MPASM Suite\MPASMWIN.exe" /q /p16F676 "pwm676.asm" /l"pwm676.lst" /e"pwm676.err"
    Error[113] C:\ASM_PROG\PWM676.ASM 12 : Symbol not previously defined (SAVE_WREG)
    Error[113] C:\ASM_PROG\PWM676.ASM 14 : Symbol not previously defined (SAVE_STATUS)
    Error[113] C:\ASM_PROG\PWM676.ASM 16 : Symbol not previously defined (SAVE_PCLATH)
    Error[113] C:\ASM_PROG\PWM676.ASM 18 : Symbol not previously defined (ON_TIME_SET)
    Error[113] C:\ASM_PROG\PWM676.ASM 23 : Symbol not previously defined (INT_CHK)
    Error[113] C:\ASM_PROG\PWM676.ASM 25 : Symbol not previously defined (FIRST_CHK)
    Error[113] C:\ASM_PROG\PWM676.ASM 27 : Symbol not previously defined (FIRST_CHK)
    Error[113] C:\ASM_PROG\PWM676.ASM 30 : Symbol not previously defined (SAVE_STATUS)
    Error[113] C:\ASM_PROG\PWM676.ASM 32 : Symbol not previously defined (SAVE_PCLATH)
    Error[113] C:\ASM_PROG\PWM676.ASM 34 : Symbol not previously defined (SAVE_WREG)
    Message[302] C:\ASM_PROG\PWM676.ASM 42 : Register in operand not in bank 0. Ensure that bank bits are correct.
    Message[302] C:\ASM_PROG\PWM676.ASM 44 : Register in operand not in bank 0. Ensure that bank bits are correct.
    Message[302] C:\ASM_PROG\PWM676.ASM 45 : Register in operand not in bank 0. Ensure that bank bits are correct.
    Message[302] C:\ASM_PROG\PWM676.ASM 48 : Register in operand not in bank 0. Ensure that bank bits are correct.
    Message[302] C:\ASM_PROG\PWM676.ASM 52 : Register in operand not in bank 0. Ensure that bank bits are correct.
    Message[302] C:\ASM_PROG\PWM676.ASM 60 : Register in operand not in bank 0. Ensure that bank bits are correct.
    Message[302] C:\ASM_PROG\PWM676.ASM 62 : Register in operand not in bank 0. Ensure that bank bits are correct.
    Message[302] C:\ASM_PROG\PWM676.ASM 76 : Register in operand not in bank 0. Ensure that bank bits are correct.
    Error[113] C:\ASM_PROG\PWM676.ASM 82 : Symbol not previously defined (ON_TIME_SET)
    Halting build on first failure as requested.
    BUILD FAILED: Wed Jun 20 12:27:14 2007
    and your condif fuse line MUST looks like
    Code:
    __CONFIG  _INTRC_OSC_NOCLKOUT & _CPD_OFF & _CP_OFF & _BODEN_OFF & _PWRTE_ON & _WDT_OFF
    Last edited by mister_e; - 20th June 2007 at 17:30.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

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