Mpasm Error 5955


Closed Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2005
    Posts
    5

    Default Mpasm Error 5955

    I am programming a Pic18f252 chip and have an error I cannot resolve. I have searched the forums and cannot find this particular error. Can anyone tell me what this error is all about. "Warning[202]C;/pbppic18.lib 5955 : Argument out of range. Least significant bits used." Switching over to Mpasm creates a whole new set of errors I am unfamiliar with.

  2. #2
    Join Date
    Oct 2004
    Location
    Hangover, Germany
    Posts
    289


    Did you find this post helpful? Yes | No

    Default

    Compiling for the 18F252, you can't use the MPASM !!!!!!!

    The error occurs, because you are using numbers (or calculations) which are bigger then 16 Bits !
    Check your source (or look in your .lst-file for the error) for this big number.
    PBP 2.50C, MCS+ 3.0.0.5, MPLAB 8, MPASM 5.14, ASIX Presto, PoScope, mE mikroBasic V7.2, PICKIT2

  3. #3
    Join Date
    Sep 2005
    Posts
    5


    Did you find this post helpful? Yes | No

    Default

    BigWumpus thank you for your help. I found the error and it works just fine now. It was my sampling rate and it was set for like 99000. I must have edited my code after a late night at the bar. I hate those errors that are vague and send you looking in all the wrong places.

Similar Threads

  1. 16F914 and MPASM
    By jderson in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 7th February 2009, 03:21
  2. 12F675 MCLR directive MPASM
    By OLDSCHOOL in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 4th May 2008, 01:29
  3. MPASM 18F4550 getting started
    By BrianT in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 4th September 2007, 23:59
  4. 18F8722 and MPASM confusion!
    By Jackson in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 2nd April 2006, 01:24
  5. Converting to MPASM
    By btaylor in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 4th November 2005, 01:35

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