error message


Closed Thread
Results 1 to 4 of 4

Thread: error message

  1. #1
    Join Date
    Mar 2008
    Posts
    22

    Unhappy error message

    Hi,
    what does it mean this message?



    Error[101] c:\pbp2.50\pbppic12.lib5760: ERRORLibrary cannot exceed first 256 words.)

    thx
    chip_s

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by chip_select View Post
    what does it mean this message?
    Error[101] c:\pbp2.50\pbppic12.lib5760: ERRORLibrary cannot exceed first 256 words.)
    It means just what it says...too many functions are being used and they won't all fit in the 1st bank on a 12 bit PIC.
    Post the program...Maybe we can help you pare it down to fit...

  3. #3
    Join Date
    Mar 2008
    Posts
    22


    Did you find this post helpful? Yes | No

    Default sound

    Hi, I use a pic 12f509 with SOUND.
    INTOSC e internal MCLR.
    Here is the program.
    thx chip_s



    include "modedefs.bas"

    loop:
    sound GPIO.4,[123,20]
    PAUSE 100
    GOTO LOOP
    END

  4. #4
    Join Date
    Mar 2008
    Posts
    22


    Did you find this post helpful? Yes | No

    Default replay..

    Sory, this is the program that produces me the error.

    include "modedefs.bas"
    v1 var byte
    loop:
    POT GPIO.4,255,V1
    serout GPIO.0,2,[#V1]
    sound GPIO.5,[124,20]
    PAUSE 100
    SEROUT GPIO.0,2,[12,1]
    GOTO LOOP
    END

Members who have read this thread : 1

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