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
Embedded and Microcontrollers
  • Technologies
  • More
Embedded and Microcontrollers
Polls Favorite microcontroller language?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Embedded and Microcontrollers to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: neuromodulator
  • Date Created: 20 Oct 2018 7:22 PM Date Created
  • Last Updated Last Updated: 11 Oct 2021 2:58 PM
  • Views 1868 views
  • Likes 1 like
  • Comments 12 comments
Related
Recommended

Favorite microcontroller language?

I like C++ a lot, specifically I love OOP and the STL. If I had to write everything in plain C I would end up writing a lot of boilerplate code ('\0' supporting strings structures and functions; and container-alike structures and functions), time I would rather like to spend on the system functionality. Still, C++ is not well supported on microcontroller, as plain C has been the defacto for a long time.

 

What is your favourite language when programming microcontrollers and why?

  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • shabaz
    shabaz over 6 years ago +7
    Hi! I think for most people the beginner language might still be C with just a bit of C++ (i.e. just classes), since this is what the Arduino IDE and many example programs for Arduino use far as I can…
  • genebren
    genebren over 6 years ago +6
    I mostly use C, but I will drop down to assembly for critical timing needs.
  • glennvanderveer
    glennvanderveer over 6 years ago +6
    I am also an old school programmer from a time when RAM/ROM were at a premium and C and assembly were the only way to make programs fit and run with the limited resources...
Parents
  • korn
    korn over 6 years ago

    My oldest and probably most used over the years is MeLabs PicBasicPro.  I've been using that for well over a decade now.

     

    What language I use is usually driven by the project and especially the people I need to work with. I'll use what they know  to speed up things.

     

    For most things PIC I can get anything done in picbasicpro. I've even taken a project from mplab ide and rewrote it..... I think the real reason is so much code I've  already written is there waiting for me... Tons of reusable stuff and what seems like almost bulletproof Interrupt driven USB routines from Darrel Taylor.

     

    I hate to admit it but I still use the old 16c5X OTP chips. The flash chips are great for development but when I'm done if I can cram it in a 12c509, 16c54 or 16c57 I will. I even have a few 16c711's left for simple USB stuff. My old Galep III still get used for these. I keep an XP machine around with a parallel port just for this. .....

     

    I will use the arduino IDE for hacker stuff. Its great for playing around. I spend a lot of time tweaking the libraries though.  I guess that means my second favorite is C

     

    I do have the MPLAB IDE loaded up and kept current for any official or "fancy" PIC stuff. And ATMEL Studio for the 328PB Xplained boards I'm playing with right now....

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • korn
    korn over 6 years ago

    My oldest and probably most used over the years is MeLabs PicBasicPro.  I've been using that for well over a decade now.

     

    What language I use is usually driven by the project and especially the people I need to work with. I'll use what they know  to speed up things.

     

    For most things PIC I can get anything done in picbasicpro. I've even taken a project from mplab ide and rewrote it..... I think the real reason is so much code I've  already written is there waiting for me... Tons of reusable stuff and what seems like almost bulletproof Interrupt driven USB routines from Darrel Taylor.

     

    I hate to admit it but I still use the old 16c5X OTP chips. The flash chips are great for development but when I'm done if I can cram it in a 12c509, 16c54 or 16c57 I will. I even have a few 16c711's left for simple USB stuff. My old Galep III still get used for these. I keep an XP machine around with a parallel port just for this. .....

     

    I will use the arduino IDE for hacker stuff. Its great for playing around. I spend a lot of time tweaking the libraries though.  I guess that means my second favorite is C

     

    I do have the MPLAB IDE loaded up and kept current for any official or "fancy" PIC stuff. And ATMEL Studio for the 328PB Xplained boards I'm playing with right now....

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
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