Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the best description for "embedded hardware system"?

Tags:

embedded

When I hear that, I always think about an mobile device. But why is the hardware "embedded" there? Isn't the whole device the hardware? Why is a personal computer no embedded hardware system?

like image 494
Thanks Avatar asked Dec 02 '22 07:12

Thanks


1 Answers

In today's world embedded simply refers to a system with one or more of the following traits:

  • Single purpose (ie, not a general purpose computer, like your desktop)
  • Firmware rather than software - still software, but not as easily updated (flash, etc)
  • Hardware and software are designed together as a unit
  • Different, perhaps more rigorous testing as software updates are not desired
  • Real time computing
  • Memory integrated on the CPU
  • Microcontroller rather than microprocessor
  • Expected high reliability (you shouldn't have to reboot your dishwasher or microwave)
like image 199
Adam Davis Avatar answered Dec 15 '22 04:12

Adam Davis