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

how can I jump to execute another program located in a higher memory addres

From the initial program I save the other program in data memory and I want to jump and execute this second program. How can I do it?
Thanks!!!

Parents
  • If that truly is data memory you wrote the code to, then you can't. The 8051's architecture separates code and data memory quite strictly. You can change that by board design (combine code and data memory chip select lines), but nothing in your post indicated you did that.

    If you did, see the other reply for how to access it.

Reply
  • If that truly is data memory you wrote the code to, then you can't. The 8051's architecture separates code and data memory quite strictly. You can change that by board design (combine code and data memory chip select lines), but nothing in your post indicated you did that.

    If you did, see the other reply for how to access it.

Children
No data