• My threads don't appear on Keil uVision's RTOS watch
    I'm using Keil uvision with RTX5 RTOS and for some reason I can't see the threads I'm creating in the RTOS watch... I can only see the built in rtx idle thread and timer thread... I've tested my threads...
  • Breakpoints don't work in source files but does in disassembly
    I'm building my code on Linux with gcc using emake. Then I followed the steps( http://www.keil.com/support/docs/2310.htm ) and loaded the .elf file with debug information in Keil. I could do source-level...
  • 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...