16F688 problem


Closed Thread
Results 1 to 8 of 8

Thread: 16F688 problem

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Default

    Thanks guys, I haven't had a chance to test yet but thanks.

  2. #2


    Did you find this post helpful? Yes | No

    Default

    I got the following errors with the AllDigital.pbp, any ideas?

    opcode expected instead of a variable
    undefined symbol 'showdigitalresult'
    undefined symbol 'showdigitalresult'

  3. #3
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Thank you Tobias.

    I made some changes after testing with the PM assembler. Should have tested that assembler again. Sorry bout that.

    Removing the variable opcode and the indent makes it work with PM again.
    Code:
    ;----[Module defaults]------------------------------------------------------
      #define SHOWDIGITALDEFAULT  0
      ifdef SHOWDIGITAL
    SHOWDIGITALRESULT = SHOWDIGITAL
      else
    SHOWDIGITALRESULT = SHOWDIGITALDEFAULT
      endif
      ifndef PM_USED
        ifndef ADLISTALL
          nolist
        endif
      endif
    I'll update the main file.

    Thanks again,
    DT

Similar Threads

  1. 16F688 counter problem
    By jderson in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 16th February 2008, 04:06
  2. Problem with PWM using 16F688
    By electrocomp in forum General
    Replies: 9
    Last Post: - 1st December 2007, 14:14
  3. A/D problem ON 16F688
    By Christopher4187 in forum General
    Replies: 2
    Last Post: - 19th October 2005, 22:13
  4. 16F688 problem
    By Christopher4187 in forum General
    Replies: 0
    Last Post: - 16th October 2005, 02:00
  5. Problem with 16F688 and Hserout
    By DWV in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 19th March 2005, 05:37

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