• global variable declaration without giving type identifier generates no warning
    I thing it should generate a warning. but it doesn't. C51 COMPILER V8.16 Compiler settings: level=2 #include<something.h> my_strange_global_variable = 1; void main(void) { ...; } ...
  • global variable declaration without giving type identifier generates no warning
    I thing it should generate a warning. but it doesn't. C51 COMPILER V8.16 Compiler settings: level=2 #include<something.h> my_strange_global_variable = 1; void main(void) { ...; } ...
  • variable in data segment of external memory are not getting initialized when done with declaration
    when a variable is declared and initialized along with it globally, it should be going to data segment of external memory( as per linker script provided). the variable gets stored at the expected location...
  • variable in data segment of external memory are not getting initialized when done with declaration
    when a variable is declared and initialized along with it globally, it should be going to data segment of external memory( as per linker script provided). the variable gets stored at the expected location...
  • 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...