• auditory navigator
    pls tell me whether hitachi hm55b is available in india or not?(in maharashtra) if yess then pls convey me as early as possible.
  • source navigation
    Hello, How to auto-navigate the field inside a struct? I mean If I declare a struct-type variable, and when I type its name, how to list all the field of it? In Cocoox, I can hit Ctrl-tab but I don...
  • Incorrect work of the sprintf function
    char str [4]; sprintf (str, "%.2x", 0x01);//Conversion of byte to the 2nd bit hexadecimal value I expect in str[0] 0 character, in str[1] 1 character, that is '0' and '1'. As a result function...
  • uVision Bug Forward/Back Navigation
    I've been using uVision for a couple months now (V5.15) and have experienced this bug that is extremely frustrating. The bug is that after using the Forward/Back navigate buttons, eventually, I get...
  • Fast navigate using "Last position"
    Hi, how to fast navigate in uVision 2.x IDE *.c source files? Something like in Visual Basic, when you right mouse click on source code, you can see "Last position" sub menu and use it back previous...