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
22087 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
0
Martin Weidmann
over 12 years ago
Note: This was originally posted on 12th October 2012 at
http://forums.arm.com
Probably not out of the box, but with a little effort.
Yes, the ARM9s (ARMv5E) and Cortex-M4 (ARMv7-M) have support for these instructions. But... hand written assembler for an ARM9 is probably written in the ARM instruction set. The M4 only supports the Thumb instruction set. Now, ARM and Thumb are quite similar - so porting it should be relatively straight forward. Hopefully just a bit of tweaking.
Cancel
Vote up
0
Vote down
Cancel
Reply
0
Martin Weidmann
over 12 years ago
Note: This was originally posted on 12th October 2012 at
http://forums.arm.com
Probably not out of the box, but with a little effort.
Yes, the ARM9s (ARMv5E) and Cortex-M4 (ARMv7-M) have support for these instructions. But... hand written assembler for an ARM9 is probably written in the ARM instruction set. The M4 only supports the Thumb instruction set. Now, ARM and Thumb are quite similar - so porting it should be relatively straight forward. Hopefully just a bit of tweaking.
Cancel
Vote up
0
Vote down
Cancel
Children
No data