• delete all comments?
    Is it possible to delete all comments from souurce code(/*x*/, //x) by any one command in Keil uVision? Thank you for answer. Is exist any way how can I delete all comments from souurce code(/*x...
  • UV2 build all Targets
    Does anyone know how to build multiple targets (>6) in UV2 with a single click (or more easily than change target - build all, change target - build all, change target - build all, etc)
  • OBJ Format
    Which OBJ File Format is Keil using ? OMF ? Thanks freudi
  • Delete device from Database
    In uVision v2.07, how can I delete devices from the Database? The device has now been selected - Triscend - so all the others are effectively redundant, but I still have to scroll through them all...
  • Create and delete tasks
    Hello all, I'm working with a target based on AT89C51ED2 and RTX-Tiny2. Is it OK to create an X task every 100msec and delete it 10msec after created it? I have a problem in making it working all the...