• Compiler does not recognize functions and declarations in the header file
    Hi, This is with regards to ADuC7026. I tried to include a header file in my main program. The header file was created by me and consists of a couple of structures, functions and variable definitions...
  • Compiler does not recognize functions and declarations in the header file
    Hi, This is with regards to ADuC7026. I tried to include a header file in my main program. The header file was created by me and consists of a couple of structures, functions and variable definitions...
  • Calling Function more than once causing problem
    I have develoved a small programe which toggels LED, In this programe i have make a function called delay() which i call more than once in my main programe, as shown void main(){ while(1){ P1 =...
  • Calling Function more than once causing problem
    I have develoved a small programe which toggels LED, In this programe i have make a function called delay() which i call more than once in my main programe, as shown void main(){ while(1){ P1 =...
  • declaration after function call
    I just started using kile c51 compiler with µVision. My problem is only a stylistic issue. While initializing my controler: <dir> unsigned char dummy1 = 0xFF; /* call openADC0 */ openADC0(...