Embedded Basics – 10 Qualities of Portable Firmware

lincolnlog

Portable Firmware ….

  • is modular
  • is loosely coupled
  • has high cohesion
  • is ANSI-C compliant
  • has a clean interface
  • has a Hardware Abstraction Layer (HAL)
  • is readable and maintainable
  • is simple
  • uses encapsulation and abstract data types
  • is well documented

How well do the characteristics of your software match the qualities of portable firmware?

Share >

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.