• 4.22a
    Is there any known issue with the Translate , Build , Rebuild and Batch build icons in version 4.22a? In my environment they look like the New, Open, Save, Save all and Cut icons. I'm running on Windows...
  • 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...
  • Variables not appear in Watch window
    Some variables not appear in Local and watch window. This is simple code I wrote and variable 'alpha' didn't appear. #include <reg167.h> #include <stdio.h> void main(void) { unsigned int alpha;...
  • extern lhost_name after 4.22a patch
    Hello. We are following this example from Keil on how to configure the local host name of a system running on top of TCPNet. http://www.keil.com/support/man/docs/rlarm/rlarm_tn_runtimecfg.htm...
  • Watch window error (stack variable)
    Could you please have a look at the following source code: #include <stm32f10x.h> /* STM32F103 definitions */ class Test { public: static int i1; static int i2; static int i3; static int TestFunc...