Arm Community
Site
Search
User
Site
Search
User
Support forums
Architectures and Processors forum
Cortex M4 vs Cortex A9
Jump...
Cancel
State
Accepted Answer
+1
person also asked this
people also asked this
Locked
Locked
Replies
10 replies
Subscribers
350 subscribers
Views
22086 views
Users
0 members are here
Cortex-A9
Cortex-M
Options
Share
More actions
Cancel
Related
How was your experience today?
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
Cortex M4 vs Cortex A9
Mohamed Jauhar
over 12 years ago
Note: This was originally posted on 11th October 2012 at
http://forums.arm.com
What are the main difference between these two processors
Top replies
Martin Weidmann
over 12 years ago
+1
verified
Note: This was originally posted on 11th October 2012 at http://forums.arm.com None of the Cortex-M series processors support NEON. In terms of running ARM9 or Cortex-A9 code on a Cortex-M4, depends on...
Parents
+1
Martin Weidmann
over 12 years ago
Note: This was originally posted on 11th October 2012 at
http://forums.arm.com
None of the Cortex-M series processors support NEON.
In terms of running ARM9 or Cortex-A9 code on a Cortex-M4, depends on what you mean. If you mean at a source level, then C/C++ code should be portable, you'll just have to re-build. What wouldn;t be portable is system code (e.g. code to handle exceptions or memory management) as these are totally different on the ARM9/Cortex-A9 vs the Cortex-M4.
Practically running the same binaries is not going to work. But also, I don't see where it really would be desirable.
Cancel
Vote up
+1
Vote down
Cancel
Reply
+1
Martin Weidmann
over 12 years ago
Note: This was originally posted on 11th October 2012 at
http://forums.arm.com
None of the Cortex-M series processors support NEON.
In terms of running ARM9 or Cortex-A9 code on a Cortex-M4, depends on what you mean. If you mean at a source level, then C/C++ code should be portable, you'll just have to re-build. What wouldn;t be portable is system code (e.g. code to handle exceptions or memory management) as these are totally different on the ARM9/Cortex-A9 vs the Cortex-M4.
Practically running the same binaries is not going to work. But also, I don't see where it really would be desirable.
Cancel
Vote up
+1
Vote down
Cancel
Children
No data