SamanthaL
Junior Member level 2
option_reg
Hello everyone!
I"m trying to use RS-232 on the PIC18F4550. I wrote out the code already, but I'm getting errors saying that the following variables are not defined. I thought these were standard variables that shouldn't need to be defined. Do you know what the issue is?
variables generating errors:
INTF
FSR
SSPCON
INTEDG
PS2
PS1
PS0
OPTION_REG
RP0
I'm also getting errors with these variables, but I also get errors when I define them.
Warning[207] C:\SERIAL_1.ASM 137 : Found label after column 1. (xtal_freq)
Warning[207] C:\SERIAL_1.ASM 138 : Found label after column 1. (baudrate)
Warning[207] C:\SERIAL_1.ASM 139 : Found label after column 1. (spbrg_value)
Thank you in advance for you time!
Hello everyone!
I"m trying to use RS-232 on the PIC18F4550. I wrote out the code already, but I'm getting errors saying that the following variables are not defined. I thought these were standard variables that shouldn't need to be defined. Do you know what the issue is?
variables generating errors:
INTF
FSR
SSPCON
INTEDG
PS2
PS1
PS0
OPTION_REG
RP0
I'm also getting errors with these variables, but I also get errors when I define them.
Warning[207] C:\SERIAL_1.ASM 137 : Found label after column 1. (xtal_freq)
Warning[207] C:\SERIAL_1.ASM 138 : Found label after column 1. (baudrate)
Warning[207] C:\SERIAL_1.ASM 139 : Found label after column 1. (spbrg_value)
Thank you in advance for you time!