• Uninitialized FLASH resident array
    Hi, I'm trying to declare an array, that will be located in the FLASH memory, but not initialized. I want it to be in a special location in the FLASH, but not to be filled in the HEX file. I've...
  • 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...
  • 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...
  • Variable and IF
    i m working in C using Keil 3.55a how can i define a one bit variable and how can i compare two bits using if how can i set or clear Bit and how can i get the compliment of one byte or...
  • Variable
    i m using 89c51 how can i define a two byte variable, in assembly, using keil 3.55 i need it for digital clock, including calender and i want to save years