• how to Run NanoVm on keil?
    i try to run nanoVm on keil, But it can't recognize this file , and i can't open these files on keil. they have .config extention .
  • Loading
    Hi there I want to load my program into a chip.I am using one of the keil software(Uvision) which is based in C.I understand i have convert my code into machine code...does anyone know how to do this...
  • Loading
    Hi I have finished programming what i wanted to.Can i use the universal programmer to load my program into the micro.Or since is 8051 based i need something different? Thanx Jaime
  • how to disable another load process?
    I wanna make the load button gray after user pressed the button. you know, another load process will be executed after the current one is completed, if the load button is double-clicked. Karah
  • How to load external AXF for debugging?
    I have axf file with debug info in DWARF2 format, built with ARM RVCT 2.2 build 503(built NOT under mVIsion ). I want to load this AXF file to uVision3 and then debug my axf with ARM simulator. I...