• Can the uVision Debugger LOAD non-object files?
    Hi, From the IDE User's Guide > Debug Commands > LOAD: ELF/DWARF and Intel HEX files are supported What about loading an arbitrary file from the host filesystem to an arbitrary location in...
  • Creating Hex File with Uvision
    Hi i am currently programming 8051 using assembly language. I have installed uvision but i could not creat hex file with it. It just creates the obj file. so can any one plz tell me how to create a hex...
  • Loading HEX file in Debug
    Can we load Hex file for simulation in Debug window I have tried "Load Hex or Object file" from Disassembly Window ,but it is giving Error as *** error 65: access violation at 0xFFFFFFF4 : no 'write...
  • uVision Debugger
    I have a STM32 device that I am trying to reverse engineer. I was able to grab the binary (firmware) using a cheap ST-Link v2 from eBay and the open source version of STLINK Tools, but I had a hard time...
  • How to (easily) flash a custom .hex file with debugger?
    Hello, I am developping on a firmware using a bootloader which verifies main application's CRC prior to let it start. To do this, I am generating an extra .hex file with data for bootloader added to...