• 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
  • 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 local variables values are displayed as ?
    I'm using Keil microVision4 debugger. As I'm stepping through my functions, Call Stack + Locals window displays all local variables values as <not in scope>. Why am I not seeing the values of the local...
  • MISSING FUNCTION PROTOTYPE AND REQUIRE ANSI-TYPE PROTOTYPE
    COMPILE TIME ERROR::mini project.c(49): warning C206: 'lcddata': missing function-prototype ::mini project.c(49): error C267: 'lcddata': requires ANSI-style prototype PROGRAM #include<reg51.h...
  • Implicit declaration is invalid warning for __set_BASEPRI() function in Keil
    I'm trying to use a __set_BASEPRI function in Keil to set up interrupts in STM32F407 but the IDE shows warning "implicit declaration of function '__set_BASEPRI' is invalid in C99". The code compiles without...