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

run 51 code on arm

hey guys.

we got this old project and it runs on a 8052 great but we gotta make it work on arm9. we havent got the source yet but we might soon. whats the best way to make the code run on the arm?

Parents
  • Are there any real-time requirements?

    Are there documentation?

    Many old 8051 projects are quite small and can be rewritten completely in limited time - much time is normally spent figuring out exactly _what_ a program should do. When all that is known, it is much easier to write the same once more.

    It would definitely be an advantage if you got yourself working C code to run in a Cortex-Mx processor. Then you would not just get a replacement processor. You would have a program that could be extended to make use of the new advantages that Cortex chip brings.

Reply
  • Are there any real-time requirements?

    Are there documentation?

    Many old 8051 projects are quite small and can be rewritten completely in limited time - much time is normally spent figuring out exactly _what_ a program should do. When all that is known, it is much easier to write the same once more.

    It would definitely be an advantage if you got yourself working C code to run in a Cortex-Mx processor. Then you would not just get a replacement processor. You would have a program that could be extended to make use of the new advantages that Cortex chip brings.

Children
No data