Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
Hi,
I have some bare metal code written for Arm cortex A9. I would like to port this code to cortex R7. Since both of them belong to ARMv7, How much effort will this take?
I have never worked on cortex R processors. Will i be able to use the same assembly code? What changes am i to expect?
Regards,
Ajeesh
Not my area either, it has lots of shiny new facilities but I'd have thought the only thing that might really cause you problems is that you very probably will have a memory protection unit, but you won't have a memory mapping unit. So no virtual memory.