Warning[202]


Results 1 to 10 of 10

Thread: Warning[202]

Threaded View

  1. #1
    Join Date
    Oct 2007
    Location
    Vancouver, BC, Canada
    Posts
    33

    Default Warning[202]

    I got this warning when compile my program. The whole message is "Warning[202]\PBP\PBPPIC18.LIB 7588 : argument out of range. least significants bits used. "

    FYI: pic18F4550, MicorCode studio 3.0.0.5. pbp 2.50a.
    The hex file when downloaded to my Pic work fine.

    I really need your help understanding this warning.

    Thanks in advance.



    Code:
                          07567   LIST
    000CF4 0100           07568 DUNN    MOVLB   0               ; 1 Reset banks to 0
                          07569 DUNN5   CLRWDT?NOP              ; 1 Hit Watchdog timer
                              M     IFNDEF NO_CLRWDT
    000CF6 0004               M         CLRWDT
                              M     ELSE
                              M         NOP
                              M     ENDIF
    000CF8 0012           07570         RETURN                  ; 2 Done
                          07583   LIST
    000CFA                07584 INIT
                          07587   LIST
    Warning[202]: Argument out of range.  Least significant bits used.
    000CFA 0E38           07588         MOVLW   HSER_SPBRG
    000CFC 6EAF           07589         MOVWF   SPBRG           ; Set baud rate generator reg
                          07590     IFDEF HSER_SPBRGH
                          07591       IFDEF SPBRGH
                          07592         MOVLW   HSER_SPBRGH
                          07593         MOVWF   SPBRGH          ; Set baud rate generator reg high
    MPASM  5.14                      4550V260.ASM   12-15-2007  16:04:13         PAGE 25
    Last edited by KVLV; - 16th December 2007 at 00:14.
    ________________
    KV

Similar Threads

  1. Warning[202]
    By Del Tapparo in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 24th October 2008, 17:41

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