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

Can i simulate 8051 in ARM core?

Hi,

I would like to know if i can integrate my software developped for 8051 (P89C51RD2) into ARM ?

And the second question : what is differents between FPGA and ARM?

Thanks.
Bye.

Parents
  • The OP posted too little information for us to know what is relevant.

    8051 assembly instructions are very easy to emulate in a 32-bit processor. But a 8051 program normally spends quite a lot of time (or instructions) handling different peripherials that will not map well to the ARM chip.

    If the 8051 program is written in C, then the usable parts should be reasonably easy to port to a native ARM program. And the mappings for reading/writing pins or using UART etc has to be rewritten anyway.

Reply
  • The OP posted too little information for us to know what is relevant.

    8051 assembly instructions are very easy to emulate in a 32-bit processor. But a 8051 program normally spends quite a lot of time (or instructions) handling different peripherials that will not map well to the ARM chip.

    If the 8051 program is written in C, then the usable parts should be reasonably easy to port to a native ARM program. And the mappings for reading/writing pins or using UART etc has to be rewritten anyway.

Children
No data