• Problems with uVision
    Hi. I wanted to post a screenshot but maybe this forum doesn't allow that? I'm having a hard time debugging when half the variables I add to the watch can't be resolved, even when the PC is sitting...
  • Something I do like about uVision 2.34
    The new uVision 2.34 includes the following feature: listing of files included in each C source file to the Project Window - File tab. Its nice. Now, if I could just get a project to build....
  • uVision and Eclipse problem
    Hello everybody, I'm trying to use the MDK plugin of uVision for Eclipse. Specifically: Eclipse Version: Juno Keil MDK-ARM Eclipse Plugin Version: 4.54 I have a problem in Target Options GUI...
  • uVision problem with dependencies
    This is a solution to an issue with uVision. Our projects are stored within a version control system and whenever I would open a new view on a project, the dependencies (.h) files would all point to...
  • A problem about the CLOCK
    The followings are from gs51.pdf: signal void one_thou_hz (void) { while (1) { /* repeat forever */ PORT2 |= 1; /* set P1.2 */ twatch((CLOCK/2)/2000); /*delay for .0005 secs*/ PORT2 &= ~1;...