• Uninitialized variable
    Hi, Does uvision has some option by which compiler can warn me about any potential uninitialized variable in my program? Thank you, Anshul
  • Why no warnings for uninitialized local variables and invalid function prototypes?
    Why doesn't keil generate a warning for the use of uninitialized local variables? Why doesn't keil generate a warning or error when a function prototype is declared static but the definition is non...
  • Why The Operating Systems Resides in the First Memory Locations and not in the middle?
    Hi All, I am a MCA student and was asked to give answer for why most operating systems resides in the first areas of Main Memory and not in the middle. Please Help Thanks, abhay
  • Uninitialized variables is getting assigned to DATA section instead of BSS section in ARM Compiler 6.6
    Uninitialized variables is getting assigned to DATA section instead of BSS section in ARM Compiler 6.6. How to resolve this other than placing the variable in .bss.<section_name>? Is there any other...
  • array of constants in flash memory
    Hello! I need to use a large table of const in my project. I need to locate this constants in concrete adresses on Flash and to access const value by pointing to adress. What is the simpliest way to do...