Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
ARM Cortex-M0 on thin board
Jump...
Cancel
Locked
Locked
Replies
4 replies
Subscribers
119 subscribers
Views
2847 views
Users
0 members are here
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
ARM Cortex-M0 on thin board
Numaan Chaudhry
over 12 years ago
Note: This was originally posted on 23rd February 2012 at
http://forums.arm.com
Hello to all
This is my first post - I'm looking forward to talking to all you guys.
I'm not too familiar with this aspects of embedded devices so this might be a basic question about the M0 - I'd like it to fit on a 3'' x 1'' board but the boards I see online - for example on here
http://www.keil.com/boards/cortexm.asp
- are all 3'' x 3''.
Am I missing something....?
Thanks
Alban Rampon
over 12 years ago
Note: This was originally posted on 24th February 2012 at
http://forums.arm.com
Hi nchaud and welcome,
If you are looking for something smaller on the
ARM Cortex-M0
, may be you will like the new mbed.
http://mbed.org/hand...icrocontrollers
Anything special you want on your board?
Kindly,
Alban
Cancel
Vote up
0
Vote down
Cancel
Joseph Yiu
over 12 years ago
Note: This was originally posted on 24th February 2012 at
http://forums.arm.com
Beside from mbed.org, there are quite a few.
For example,
http://www.keil.com/arm/mcbnuc1xx/
(possibly not as thin as 1 inch)
http://shop.ngxtechnologies.com/product_info.php?products_id=103
http://www.nuvoton.com/NuvotonMOSS/Community/ProductInfo.aspx?tp_GUID=c78adfaf-87ca-46d1-a15a-0d33583c2797
http://www.steitec.net/ARM-Stamp-Module/ARM-LPC1114-Cortex-M0-Stamp.html
http://ics.nxp.com/lpcxpresso/
regards,
Joseph
Cancel
Vote up
0
Vote down
Cancel
Numaan Chaudhry
over 12 years ago
Note: This was originally posted on 24th February 2012 at
http://forums.arm.com
Thank you for the replies guys, really appreciate it
I'm actually looking to connect a CMOS image sensor to it (a small one - probably about 10mm x 3mm) and then to store the capture on some flash (and transfer off via USB later).
Perhaps taking a step back, do you think the M0 is still the best option for this?
Many Thanks
Regards,
Cancel
Vote up
0
Vote down
Cancel
Joseph Yiu
over 12 years ago
Note: This was originally posted on 28th February 2012 at
http://forums.arm.com
It depends on what type of data processing your need to run on the microcontroller.
The Cortex-M0 is well capable of doing general data processing. But if you want to handle image data compression, you might want to use Cortex-M3 for additional instructions on MAC, hardware divide, bit field processing, etc. Or you can even use Cortex-M4 if you want to have faster DCT (it can run faster due to the SIMD feature). The CMSIS DSP library can run on Cortex-M0, Cortex-M3 and Cortex-M4.
regards
Joseph
Cancel
Vote up
0
Vote down
Cancel