Embedded multitasking
(eBook)

Book Cover
Average Rating
Published
Amsterdam ; Boston : Elsevier/Newnes, ©2006.
Format
eBook
ISBN
0080494714, 0750679182, 9780080494715, 9780750679183
Physical Desc
1 online resource (xiv, 400 pages) : illustrations
Status

Description

Loading Description...

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Syndetics Unbound

More Details

Language
English

Notes

General Note
Includes index.
Description
In an embedded system, firmware is the software that directly interfaces with the microcontroller, controlling the systems function. The major forces driving the embedded firmware development process today are reduced development times, increased complexity, and the need to handle multiple tasks simultaneously. These forces translate into strenuous design requirements for embedded engineers and programmers. Many low-level embedded microcontroller designs have insufficient memory and/or architectural limitations that make the use of a real-time operating system impractical. The techniques presented in this book allow the design of robust multitasking firmware through the use of interleaved state machines. This book presents a complete overview of multitasking terminology and basic concepts. Practical criteria for task selection and state machine design are also discussed. Designing multitasking firmware is arduous, complex and fraught with potential for errors, and there is no one, standard way to do it. This book will present a complete and well-organized design approach with examples and sample source code that designers can follow. * Covers every aspect of design from the system level to the component level, including system timing, communicating with the hardware, integration and testing. * Accompanying CD-ROM contains the source code for the text examples and other useful design tools.

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Curtis, K. (2006). Embedded multitasking . Elsevier/Newnes.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Curtis, Keith, 1961-. 2006. Embedded Multitasking. Elsevier/Newnes.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Curtis, Keith, 1961-. Embedded Multitasking Elsevier/Newnes, 2006.

MLA Citation, 9th Edition (style guide)

Curtis, Keith. Embedded Multitasking Elsevier/Newnes, 2006.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
df59276e-cb88-070b-7ea9-35d103c945b4-eng
Go To Grouped Work

Grouping Information

Grouped Work IDdf59276e-cb88-070b-7ea9-35d103c945b4-eng
Full titleembedded multitasking
Authorcurtis keith
Grouping Categorybook
Last Update2024-09-06 16:31:08PM
Last Indexed2024-09-14 04:15:55AM

Marc Record

First DetectedJul 29, 2024 03:56:36 PM
Last File Modification TimeSep 06, 2024 04:32:02 PM

MARC Record

LEADER04368cam a2200457 a 4500
001ocn162593794
003OCoLC
00520240830103855.0
006m     o  d        
007cr cn|||||||||
008070806s2006    maua    o     001 0 eng d
019 |a 166510354|a 170922657|a 441779441|a 469607561|a 476070558|a 505089059|a 507060643|a 648271608|a 961678894|a 962623322|a 966213858|a 988500690|a 991967081|a 1034974569|a 1037696635|a 1038570480|a 1153504194
020 |a 0080494714|q (electronic bk.)
020 |a 0750679182
020 |a 9780080494715|q (electronic bk.)
020 |a 9780750679183
035 |a (OCoLC)162593794|z (OCoLC)166510354|z (OCoLC)170922657|z (OCoLC)441779441|z (OCoLC)469607561|z (OCoLC)476070558|z (OCoLC)505089059|z (OCoLC)507060643|z (OCoLC)648271608|z (OCoLC)961678894|z (OCoLC)962623322|z (OCoLC)966213858|z (OCoLC)988500690|z (OCoLC)991967081|z (OCoLC)1034974569|z (OCoLC)1037696635|z (OCoLC)1038570480|z (OCoLC)1153504194
037 |a 112486:112575|b Elsevier Science & Technology|n http://www.sciencedirect.com
040 |a OPELS|b eng|e pn|c OPELS|d OKU|d OCLCQ|d OCLCO|d N$T|d YDXCP|d MERUC|d IDEBK|d SINTU|d UBY|d E7B|d ITD|d OCLCQ|d EBLCP|d ZCU|d UKDOC|d DEBSZ|d OCLCQ|d AZK|d LOA|d JBG|d COCUF|d AGLDB|d MOR|d PIFAG|d OCLCQ|d U3W|d OCLCF|d STF|d WRM|d D6H|d VTS|d ICG|d INT|d OCLCQ|d LEAUB|d DKC|d OCLCQ|d M8D|d OCLCQ|d UKCRE|d AJS|d OCLCQ|d OCLCO|d OCLCQ|d KSU|d OCLCQ|d OCLCO|d OCLCL|d EZC
049 |a FMGA
050 4|a TK7895.E42|b C87 2006eb
08204|a 004/.35|2 22
1001 |a Curtis, Keith,|d 1961-|1 https://id.oclc.org/worldcat/entity/E39PBJgXfXCyJXD7jGtkMGTmBP|0 http://id.loc.gov/authorities/names/n2005076701
24510|a Embedded multitasking /|c Keith Curtis.
260 |a Amsterdam ;|a Boston :|b Elsevier/Newnes,|c ©2006.
300 |a 1 online resource (xiv, 400 pages) :|b illustrations
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
4901 |a Embedded technology series
500 |a Includes index.
5050 |a What's in this book, and why should I read it? -- Basic embedded programming concepts -- System-level design -- Component-level design -- Implementation and testing -- Does it do the job?
520 |a In an embedded system, firmware is the software that directly interfaces with the microcontroller, controlling the systems function. The major forces driving the embedded firmware development process today are reduced development times, increased complexity, and the need to handle multiple tasks simultaneously. These forces translate into strenuous design requirements for embedded engineers and programmers. Many low-level embedded microcontroller designs have insufficient memory and/or architectural limitations that make the use of a real-time operating system impractical. The techniques presented in this book allow the design of robust multitasking firmware through the use of interleaved state machines. This book presents a complete overview of multitasking terminology and basic concepts. Practical criteria for task selection and state machine design are also discussed. Designing multitasking firmware is arduous, complex and fraught with potential for errors, and there is no one, standard way to do it. This book will present a complete and well-organized design approach with examples and sample source code that designers can follow. * Covers every aspect of design from the system level to the component level, including system timing, communicating with the hardware, integration and testing. * Accompanying CD-ROM contains the source code for the text examples and other useful design tools.
5880 |a Print version record.
650 0|a Embedded computer systems.|0 http://id.loc.gov/authorities/subjects/sh87006632
650 0|a Computer firmware|x Design.
650 0|a Embedded computer systems|x Programming.|0 http://id.loc.gov/authorities/subjects/sh87006633
758 |i has work:|a Embedded multitasking (Text)|1 https://id.oclc.org/worldcat/entity/E39PCFG3C4WK7RvWftkgfFJhpP|4 https://id.oclc.org/worldcat/ontology/hasWork
77608|i Print version:|a Curtis, Keith, 1961-|t Embedded multitasking.|d Amsterdam ; Boston : Elsevier/Newnes, ©2006|z 0750679182|z 9780750679183|w (DLC) 2005029822|w (OCoLC)62179124
830 0|a Embedded technology series.|0 http://id.loc.gov/authorities/names/n2001009362
85640|u https://www.aclib.us/OReilly