• 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
  • can const byte be resided in particular bank in Micronas SDA555X while using IB switch
    Hi Folks I am currently using Micronas SDA555x chip for my project, and I realized that it requires specific library and also the IB bank switching directive on the linker. I ran into problem of...
  • 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...