element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Achievement Levels
    • Benefits of Membership
    • Feedback and Support
    • Members Area
    • Personal Blogs
    • What's New on element14
  • Learn
    Learn
    • eBooks
    • Learning Center
    • Learning Groups
    • STEM Academy
    • Webinars, Training and Events
  • Technologies
    Technologies
    • 3D Printing
    • Experts & Guidance
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Arduino Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Project Groups
    • Raspberry Pi Projects
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Or 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
Personal Blogs
  • Members
  • More
Personal Blogs
Legacy Personal Blogs C switch statements
  • Blog
  • Documents
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Blog Post Actions
  • Subscribe by email
  • More
  • Cancel
  • Share
  • Subscribe by email
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: mlease
  • Date Created: 24 Oct 2013 5:43 AM Date Created
  • Views 590 views
  • Likes 0 likes
  • Comments 4 comments
  • if-then-else
  • low_power_firmware
  • firmware
  • firmware_design
  • switch_statement
Related
Recommended

C switch statements

mlease
mlease
24 Oct 2013

This week I covered several approaches to make large switch statements execute faster and save power. Switch statements are a great way to help keep your code readable but it is easy to forget they can turn into a long sequence of if-then-else statements.

 

http://cmicrotek.com/wordpress_159256135/?p=156

  • Sign in to reply
Parents
  • DAB
    DAB over 10 years ago

    Hi Mike,

     

    I should temper your enthusiasm a little.

    Large Switch statement lists often lead to a world of reliablity issues.

    When you calculate the probability of error, the Switch statement leads to more software defects than any other single Software statement.

     

    So yes they are useful, but they are also dangerous if you do not build up a solid decision tree around them to reduce the possibility for errors in your code.

     

    DAB

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • DAB
    DAB over 10 years ago

    Hi Mike,

     

    I should temper your enthusiasm a little.

    Large Switch statement lists often lead to a world of reliablity issues.

    When you calculate the probability of error, the Switch statement leads to more software defects than any other single Software statement.

     

    So yes they are useful, but they are also dangerous if you do not build up a solid decision tree around them to reduce the possibility for errors in your code.

     

    DAB

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
  • mlease
    mlease over 10 years ago in reply to DAB

    DAB, thank you for your comment. I agree completely and will add that many of the errors they cause can be difficult to track down to resolve.

     

    Most of the techniques I described for making switch statements more power efficient either don't actually use switch statements or break them down into multiple smaller, more manageable switch statements. All these approaches have the benefit of making the programmer slow down, think about what they are doing and design their code instead of just throwing a bunch of cases into a switch statement.

     

    Mike

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 10 years ago in reply to mlease

    Hi Mike,

     

    Also stress the fall through effect if you do not include Break statements.

    I have seen a number of applications tripped up by a slight over sight.  Leads to those gremlin type of issues.

     

    DAB


    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • 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 © 2023 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