• When declare a variable to be static?
    Can someone give some explains on when to declare a variable to be static? What is the difference with extern one?
  • Variable declaration
    I am lost in this : Define src_ptr and dest_ptr at address 0x20001000 & 0x20002000 without assembler directives. What should I do?
  • Declare Flash variables in RV30
    Hi I used to use Code vision for programing AVR micro controllers and I'm familiar with flash variables in that. All I needed to do was to declare an unsigned char variable and add a flash prefix before...
  • Data Corruption when variables declared as xdata.
    Hi, I'm using Aduc842 controller. Application is developed using keil-uVission2, and the hex file is downloaded using WSD. I'm using hyper terminal (RS232 protocol) for communicating between the controller...
  • #define statements on variable declarations
    Hello. I am trying to find new and exciting ways to optimize (read: shrink down) my current code and want to include an eeprom autorefresh option to cut down on variables. Basically, when I have the...