• Is it possible to write the contents of project workspace to a file?
    Hi: Is it possible for me to write the contents of project workspace in uVision2 to a file? I want to save r0~r7, a, b, sp, pc, psw... to a file in the debug session while running the program. Is...
  • Variables that overlap in the same memory space possible?
    Currently I have a set of structures represented as variables such as: MYTYPE xdata A; MYTYPE xdata B; MYTYPE xdata C; MYTYPE xdata D; MYTYPE xdata E; MYTYPE xdata F; MYTYPE xdata G; MYTYPE xdata...
  • Possible scatter file problem
  • Possible to create .ELF file?
    Is it possible to create an .ELF file from a Cortex M4 project (STM32F407, C++, uVision 4.60)? (I would like to test STM Studio - but unfortunately it does not like my AXF file - but it would also...
  • Is it possible to disassemble a c51 library file ?
    Hello, I have an old library file and lost the source code. Is it possible to disassemble it to get the source ? It was built with a Keil compiler, though possibly an older version. It is generic...