Difference between revisions of "Embedded system"

From Teknologisk videncenter
Jump to: navigation, search
m
m (ASMP/SMP/RTOS)
Line 7: Line 7:
 
*[http://www.embedded.com/design/programming-languages-and-tools/4396218/What-the-new-OpenMP-standard-brings-to-embedded-multicore-software-design?cid=Newsletter+-+Whats+New+on+Embedded.com Embedded OpenMP]
 
*[http://www.embedded.com/design/programming-languages-and-tools/4396218/What-the-new-OpenMP-standard-brings-to-embedded-multicore-software-design?cid=Newsletter+-+Whats+New+on+Embedded.com Embedded OpenMP]
 
*[http://rtcmagazine.com/articles/view/100404 Who's afraid of ASMP]
 
*[http://rtcmagazine.com/articles/view/100404 Who's afraid of ASMP]
 
+
=Embedded disasters=
 +
*[http://sydney.edu.au/engineering/it/~alum/patriot_bug.html Patriot Missile Software Problem] (Floating point precision)
 +
**[http://www.ima.umn.edu/~arnold/455.f96/disasters.html floating point failure explained]
 +
*[http://en.wikipedia.org/wiki/Therac-25 Therac-25]  radiation therapy machine failure ([[w:Race condition|Race condition]])
 +
*[http://en.wikipedia.org/wiki/Cluster_(spacecraft) Ariane 5 failure] (Typecat failure 64 bit float to 16 bit signed integer)
 +
**[http://www.ima.umn.edu/~arnold/455.f96/disasters.html
 
[[Category:Embedded]]
 
[[Category:Embedded]]

Revision as of 08:32, 8 February 2013

In electronics an embedded system are often defined as "A build-in computer or micro-controller dedicated at performing tasks for the unit they are built in to". For example "the embedded system" controlling the fuel injection on a car engine.

Systems

ASMP/SMP/RTOS

Embedded disasters