• my program appears to not be running on STM32F100V8T uC
    Hello all, I'm using Keil uVision 5 for STM32F100V8T uC for some project. In the main function one of the first things I do is GPIO configuration in order set some LEDs, hex Display ON. When I'm...
  • Dis-appearing MDK update
    Did anybody else notice how an update of MDK appeared and disappeared recently? I saw update 4.71 (dated April 2013) was available yesterday on the Keil homepage and downloaded it. A little later...
  • __main not appearing to initialise data
    I have a strange problem in that initialised variables in external RAM are not being initialised by the 'C' startup code when the size of data exceeds a certain size - it gets zero initialised instead...
  • variable not appearing in Locals Window
    I want to look at some registers using the variable 'debug'. However, the variable does not appear in the Locals window. Reading other posts, they say I need to use the variable otherwise the compiler...
  • 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;...