• Bad values for local variables
    When debugging c-code, compiled with Realview, in uVision, MDK-ARM 3.05, I sometimes get wrong values for the local variables, in watch window, and when hoovering. Mostly they get 0 when they shouldn...
  • 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...
  • 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...
  • how to copy values displayed in watch and locals window?
    I am using c2106/01 chip for processing pixel values of image with micro vision 4. i need the ouput values displayed in watch windows and local window for reference. i am unable to copy it. how to copy...