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