• local variables lose values ?
    Hello, I have a project (C166/HUGE memory model), where some local variables seems to lose their values. Everything worked fine, until I added some more code to a specific function (and one more local...
  • local variables not showing correct value
    Hi, Am I doing something wrong? The local variable below called 'test_byte' is used to hold return values from function 'ser_buff_read_byte ()'. The value returned is always 0x1D both in the watch...
  • 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...
  • View values of local variable in watch
    I have declared Local variables with no optimization (level 0). Problem is local vars get assigned to register & I cannot view their values. This can be done by declaring them volatile & global...
  • local variables
    suppose if i declare a local variable, where it will be stored? RAM/ROM?