This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

8051 to Keil Simulator

Hi,
I was wondering if it is possible to download written code from the 8051 to the keil simulator. If yes how can this be achieved? Thanks

  • Do you mean read the contents of the ROM?

    If so, a device programmer would be able to read the ROM contents into a an Intel HEX file, which you can then load into the simulator (look up the LOAD command in the Manual)

    There may also be other utilities avalable to read the ROM in your particular 8051 system - but only you know what that is.

    This all assumes, of course, that the code in question is not security-locked (or otherwise encrypted/obfuscated) against unauthorised reading - but if it is, why are you trying to read it...?