• watch variable
    How is it possible to watch the value of a variable during the processor is running (uvision3 and MDK edition realview compiler)? Is there only the symbol window where I can see the address and the...
  • can't watch local variable
    When I debug \Keil\ARM\RV30\RTL\Kernel\Examples\Measure\Measure.uv3,I want watch "cmdbuf[]" in Watch & Call Stack Window,when I use SARM.dll V1.5,watch data was right,but when I use SARM.dll V3.x,watch...
  • Record watch variables
    Hello, I am using uvision 5 and would like to know if it's possible to store the values of the watch window variables to a dat or txt file. For instance if i have a counter variable incrementing itself...
  • accessing variables in watch window
    When I'm trying to add some local variable to uVision watch window it shows the message '<not in scope>' under the 'Value' column. This happens for programs without RTOS. Can someone tell me how can...
  • cant add variables to watch
    HI, some variables i cant add them to the watch in debug mode. i get : error 34: undefined identifier. e.g. for (n=0;n<N_Sample;n++) { code.......... } i want to add n to watch..??????