Arm Community
Site
Search
User
Site
Search
User
Support forums
Architectures and Processors forum
ARM9 replacing Cortex M3
Jump...
Cancel
State
Accepted Answer
+1
person also asked this
people also asked this
Locked
Locked
Replies
9 replies
Subscribers
349 subscribers
Views
9099 views
Users
0 members are here
Cortex-M3
Arm9
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
ARM9 replacing Cortex M3
Michael von Hauff
over 12 years ago
Top replies
Simon Craske
over 12 years ago
+1
verified
Note: This was originally posted on 7th January 2009 at http://forums.arm.com Mike, What are you trying to achieve? A 72MHz Cortex-M3 should be able to move upto around 144 MBytes per second using word...
Parents
0
Peter Harris
over 12 years ago
Note: This was originally posted on 7th January 2009 at
http://forums.arm.com
ARM9 MCUs are only just starting to hit the market, but most major vendors are now starting to ship them. Googling "ARM9 microcontroller" seems to produce a lot of interesting hits, including one with a 400MHz clock speed.
What MCU you chose will probably depend on other factors such as RAM size, Flash size, and what IO or peripherals are available. There are normally a thousands of possible options across all of the ARM partners for this, so I can't really recommend any particular device.
I guess the other question is DMA from what to what? RAM to RAM will possible faster than Flash to RAM, and will certainly be faster than Peripheral to RAM given slow IO speeds on most MCUs. It is also worth noting that DMA is not normally related to the core speed, but the busbandwidth and the interface type of the component being DMA'd. DMA'ing a tranfser from a fast RAM to a different location in the same RAM can be slow because it breaks up burst accesses to the memory, and non-sequential access to DRAM can be very slow.
Cancel
Vote up
0
Vote down
Cancel
Reply
0
Peter Harris
over 12 years ago
Note: This was originally posted on 7th January 2009 at
http://forums.arm.com
ARM9 MCUs are only just starting to hit the market, but most major vendors are now starting to ship them. Googling "ARM9 microcontroller" seems to produce a lot of interesting hits, including one with a 400MHz clock speed.
What MCU you chose will probably depend on other factors such as RAM size, Flash size, and what IO or peripherals are available. There are normally a thousands of possible options across all of the ARM partners for this, so I can't really recommend any particular device.
I guess the other question is DMA from what to what? RAM to RAM will possible faster than Flash to RAM, and will certainly be faster than Peripheral to RAM given slow IO speeds on most MCUs. It is also worth noting that DMA is not normally related to the core speed, but the busbandwidth and the interface type of the component being DMA'd. DMA'ing a tranfser from a fast RAM to a different location in the same RAM can be slow because it breaks up burst accesses to the memory, and non-sequential access to DRAM can be very slow.
Cancel
Vote up
0
Vote down
Cancel
Children
No data