• Impossible to reduce fonction with Keil 4.22a
    hi, i have migrate to Keil 4.22a, but now, it's impossible to reduce a fonction with the icon "square with a cross". where's the paramatre for restore this icon?
  • 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...
  • code size difference between version 4.22a and 4.23
    Hi, I am using a Samsung chip with cortex-M3 core,when i Build the code using 4.22a version of keil the code size is aroung 498KB at optimization level 1.The same code when i build using 4.23 version...
  • 4.22a - How to delete variables from Watch window#1,#2
    Since we updated to version 4.22a the Watch windows have changed a bit, they now autodetect "type" and shows variables accordingly - But, I'm now unable to delete any variables added to the watch windows...
  • ARM: Simulator printf
    I have created a project in Microvision 5 for an ARM Cortex-M0 (ARMCM0), and enabled the Simulator. I pull up the Debug (printf) Viewer and run the following code #include <stdio.h> main(void) ...