internetuser2k12
Banned
Now how are you sending data to PIC for uart reading?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
__CONFIG(1, FCMDIS & IESODIS & XT);
__CONFIG(2, BORDIS & BORV45 & PWRTEN & WDTDIS & WDTPS1);
__CONFIG(3, CCP2RB3 & LPT1DIS & MCLRDIS & 0xFDFF);
__CONFIG(4, DEBUGDIS & XINSTDIS & LVPDIS & STVRDIS);
__PROG_CONFIG(5, 0xFFFF);
__PROG_CONFIG(6, 0xFFFF);
__PROG_CONFIG(7, 0xFFFF);
Clean: Deleting intermediary and output files.
Clean Warning: File "D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.p1" doesn't exist.
Clean: Done.
Build D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550 for device 18F2550
Using driver F:\Program Files\HI-TECH Software\PICC-18\9.80\bin\picc18.exe
Executing: "F:\Program Files\HI-TECH Software\PICC-18\9.80\bin\picc18.exe" --pass1 "D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c" -q --chip=18F2550 -P --runtime=default --opt=default -D__DEBUG=1 --rom=default --ram=default -g --asmlist "--errformat=Error [%n] %f; %l.%c %s" "--msgformat=Advisory[%n] %s" "--warnformat=Warning [%n] %f; %l.%c %s"
Error [0] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 5.31 Cannot use literal values (0xFDFF) with __CONFIG(), use __PROG_CONFIG() instead
Warning [1388] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 7.45 configuration setting/register of "CONFIG5L" with 0xFF will be truncated by 0xF
Warning [1388] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 7.45 configuration setting/register of "CONFIG5H" with 0xFF will be truncated by 0xC0
Warning [1388] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 8.45 configuration setting/register of "CONFIG6L" with 0xFF will be truncated by 0xF
Warning [1388] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 8.45 configuration setting/register of "CONFIG6H" with 0xFF will be truncated by 0xE0
Warning [1388] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 9.45 configuration setting/register of "CONFIG7L" with 0xFF will be truncated by 0xF
Warning [1388] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 9.45 configuration setting/register of "CONFIG7H" with 0xFF will be truncated by 0x40
Error [255] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 97.17 not a member of the struct/union ""
Error [207] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 97.21 simple type required for "=="
Error [255] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 110.20 not a member of the struct/union ""
Error [207] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 110.24 simple type required for "=="
Error [255] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 120.21 not a member of the struct/union ""
Error [207] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 120.25 simple type required for "=="
Error [255] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 127.15 not a member of the struct/union ""
Error [182] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 127.18 illegal conversion between types
int -> volatile union S245
Error [255] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 133.15 not a member of the struct/union ""
Error [182] D:\Users\System Administrator\Desktop\PIC18F2550\pic18f2550_excavator.c; 133.18 illegal conversion between types
int -> volatile union S245
********** Build failed! **********