• linker errors for C file related to header
    Hi Folks I must be doing something stupid. Simple program, main.c has code #include<reg51.h> #include"sevenSeg.h" void main (void) { while (1) sevenSegWriteDecDigit(8); return; } sevenSeg...
  • Header files not found error
    Cannot open Source input file "inc/hw_type.h" no such file or directory Instead of including this file. Also let me know where i have to set a path in keil for header files so that compiler will...
  • Error related to Firmware download
    Hi there, Iam using GNU compiler alongwith Keil uVision3 IDE for my project. The compilation is fine and Iam also able to download the firmware via ISP. But, iam getting the following errors while...
  • Error of header file
    This is in my 89C51RE2 /*------------------ T W I (I2C) registers ------------------------------*/ Sfr ( SSCON , 0x93); Sbit (SSCR2 , 0x93, 7); Sbit (SSIEN , 0x93, 6); Sbit (SSSTA , 0x93,...
  • scatter-file: Region-related symbols
    Good evening, I want to test my own scatter-file with the functions on this page. http://www.keil.com/support/man/docs/armlink/armlink_chdcgbjd.htm the values I get are wrong or I don't...