• method to avoid global variables
    I want to know method, How to avoid global variable in c microcontroller programing? or method to make global variable invisible. Is there any perticular functions in built in c library?, that could...
  • avoider robot
    i need help. i get this source code #include <at89x51.h> #include <delay.h> #define usi P3_2 // ultrasonic in #define uso P3_3 // ultrasonic out unsigned char i; bit x; at 0x90 sbit...
  • Avoiding Global Variable Placement at X:0000
    Hi All. A subtle but interesting problem cropped up from a Salvo user ... basically, a service wasn't working because the user had placed Salvo's global variables in xdata space AND Cx51 happened to...
  • Avoiding warning L16
    Hello, Is there a way to avoid the following warning: Warning L16: uncalled segment, ignored for overlay process ? I'm not talking about the Disable warning numbers you have in the options of a project...
  • avoid redefinition error C231
    Hi Is any compiler command to avoid redefinition error C231 ? p.s. http://www.keil.com/support/man/docs/c51/c51_c231.htm