element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Community Hub
Community Hub
Member's Forum Question of the Month: What is the most important element when choosing a microcontroller to be used in a project?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 23 replies
  • Subscribers 531 subscribers
  • Views 5106 views
  • Users 0 members are here
  • ram
  • Processor
  • memory
  • cache
  • microcontroller
  • mcu
  • connectivity
  • arm
Related

Question of the Month: What is the most important element when choosing a microcontroller to be used in a project?

dychen
dychen over 2 years ago

e14 Question of the Month

We're interested in finding out what considerations are most important to you when choosing a microcontroller. Take the poll and let us know, and please tell us why in the Comments section below!

  • Sign in to reply
  • Cancel

Top Replies

  • dougw
    dougw over 2 years ago +3
    It is essential that the features match the requirements. In the case that multiple microcontrollers include enough features to solve the problem, other criteria come into play. The primary overall criterion…
  • dougw
    dougw over 2 years ago in reply to michaelkellett +3
    Availability and what you have in the cupboard definitely can dominate the decision.
  • Gough Lui
    Gough Lui over 2 years ago +2
    For our most recent project, conceived in the middle of a chip shortage - it was availability that was the primary element. If you can't buy it, especially for a project to be developed within a month…
  • Gough Lui
    Gough Lui over 2 years ago

    For our most recent project, conceived in the middle of a chip shortage - it was availability that was the primary element. If you can't buy it, especially for a project to be developed within a month or two ... then it's pointless.

    But in other times, I'd say features/cost matching needs is important. Other times, especially for RF, availability in a module with antenna that is pre-qualified can be a major sway.

    - Gough

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • BigG
    BigG over 2 years ago in reply to michaelkellett
    michaelkellett said:
    Over the last 2 years the primary issue has been availability - so many parts are unobtainable.

    I found this is where the use of the Arduino IDE, and similarly with MbedOS (+ few others), has added value, especially during prototyping phase, as in most cases you do not have to change your code base to use a different Arduino compatible MCU if the one you started with is no longer available.

    This is also where C++ classes help too if developing your own library.

    Then, thanks to the ease of KiCAD and EasyEDA, I spend a bit more time coming up with different designs based on these different MCU's.

    Being adaptable is the name of the game now.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • DAB
    DAB over 2 years ago

    There are many factors that influence your selection.

    Most important are requirements and cost of the development capability.

    Back when I was doing embedded systems, the cost of the development system often drove the selection, though not always.

    The company wanted to standardize on one processor family, but we kept pointing out that the one they wanted to use would not meet the customers requirements.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Vhmartinez1971
    Vhmartinez1971 over 2 years ago

    To me the chip price it's very important but also you need to see if the chip has the peripherals and capacity like memory(speed obviously should be below of microseconds)

    Victor

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • dougw
    dougw over 2 years ago in reply to DAB

    I had forgotten how expensive those early development systems were - astronomical for a starving student.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • baldengineer
    baldengineer over 2 years ago in reply to dougw

    I was in school around 2000. One of our professors sold an 8051 "dev board" for $99. It had the processor, RAM, ROM, and RS-232 interface. It was only large enough to fit all of those chips.

    At the time, I could not believe such an incredible piece of development hardware was so cheap! It was almost 10X cheaper than anything else I could buy.

    (Fortunately, at the time, I could use the educational license of Keil, so that took the IDE out of the price discussion.)

    Today, if you charged me $100 for a development MCU board, I would expect the packing material to be dollar bills. (Joking, but only slightly.)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • genebren
    genebren over 2 years ago

    It is a combination of many factors including availability, price, experience (with microprocessor and tools) and architecture.  I have just finished a job for a client where I could not find any of my normal processors so I ended up get newer part from the same supplier.  This required me to buy an update to my compiler, learn all of the new architecture while attempting to port my existing code onto the new processor.  This ended up taking weeks instead of days and blew any potential profit on this job. Not a great choice.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • michaelkellett
    michaelkellett over 2 years ago in reply to baldengineer

    $100 won't get you a peek at the box for one of these !

    image

    Slight smile

    MK

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • javagoza
    javagoza over 2 years ago

    I agree on the importance of matching the features with the requirements. I work with payment terminals and PIN pads and a key factor is security. We have to comply with a lot of security standards dictated by the PCI Security Standards Council and EMVCo so we require the microcontroller to have system level protection with secure boot loader, cryptographic hardware accelerators with hardware real random number generator, secure keyboard controllers, fault detection and external tamper sensors, battery backup for key storage, real time clock...interfaces for ISO 7816, NFC and magnetic stripe head. The MAX32555 DeepCover Secure Arm Cortex-M3 Flash Microcontroller is a good candidate.


    For the projects that I carry out as a hobbyist, the most important thing for me is that the development tools are free without any additional license cost.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • DAB
    DAB over 2 years ago in reply to dougw

    Back when microprocessors first came out, the development systems were in the thousands of dollars then you had to buy the primitive development software, debuggers and eprom burners, so you could easily spend 10,000 USD just to get a primitive system capability.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
<>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube