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

mon51 wr_code

when using the mon51,
inside the install.a51 the wr_code function, need to add thing ?

  • wr_code function, need to add thing

    Only if your target needs some special setup to WRITE into code memory. If you're simply overlaying it with XDATA, then what's there should work fine. If you have some registers to setup to write to code memory, then, yes, you need to make those changes there.

    Jon