Embedded Systems: Real-Time Interfacing to the MSP432 Microcontroller (Volume 2)
暫譯: 嵌入式系統:MSP432 微控制器的即時介面 (第二卷)

Jonathan W. Valvano

  • 出版商: W. W. Norton
  • 出版日期: 2015-11-03
  • 售價: $1,710
  • 貴賓價: 9.5$1,625
  • 語言: 英文
  • 頁數: 592
  • 裝訂: Paperback
  • ISBN: 1514676583
  • ISBN-13: 9781514676585
  • 相關分類: 嵌入式系統
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

This book, published November 2015 as a 1st edition 1st printing, is the second in a series of three books that teach the fundamentals of embedded systems as applied to MSP432 microcontrollers. These books are primarily written for undergraduate electrical and computer engineering students. They could also be used for professionals learning the ARM platform. The first book Embedded Systems: Introduction to the MSP432 is an introduction to computers and interfacing focusing on assembly language and C programming. This second book focuses on interfacing and the design of embedded systems. The third book Embedded Systems: Real-Time Operating Systems for ARM Cortex-M Microcontrollers is an advanced book focusing on operating systems, high-speed interfacing, control systems, and robotics. An embedded system is a system that performs a specific task and has a computer embedded inside. A system is comprised of components and interfaces connected together for a common purpose. This book presents components, interfaces and methodologies for building systems. Specific topics include the architecture of microcontrollers, design methodology, verification, hardware/software synchronization, interfacing devices to the computer, timing diagrams, real-time systems, data collection and processing, motor control, analog filters, digital filters, real-time signal processing, wireless communication, low-power design, and the internet of things. In general, the area of embedded systems is an important and growing discipline within electrical and computer engineering. The educational market of embedded systems has been dominated by simple microcontrollers like the PIC, the 9S12, and the 8051. This is because of their market share, low cost, and historical dominance. However, as problems become more complex, so must the systems that solve them. A number of embedded system paradigms must shift in order to accommodate this growth in complexity. First, the number of calculations per second will increase from millions/sec to billions/sec. Similarly, the number of lines of software code will also increase from thousands to millions. Thirdly, systems will involve multiple microcontrollers supporting many simultaneous operations. Lastly, the need for system verification will continue to grow as these systems are deployed into safety critical applications. These changes are more than a simple growth in size and bandwidth. These systems must employ parallel programming, high-speed synchronization, real-time operating systems, fault tolerant design, priority interrupt handling, and networking. Consequently, it will be important to provide our students with these types of design experiences. The purpose of writing these books at this time is to bring engineering education into the 21st century. This book employs many approaches to learning. It will not include an exhaustive recapitulation of the information in data sheets. First, it begins with basic fundamentals, which allows the reader to solve new problems with new technology. Second, the book presents many detailed design examples. These examples illustrate the process of design. There are multiple structural components that assist learning. Checkpoints, with answers in the back, are short easy to answer questions providing immediate feedback while reading. The book includes an index and a glossary so that information can be searched. The most important learning experiences in a class like this are of course the laboratories. Each chapter has suggested lab assignments. More detailed lab descriptions are available on the web. Specifically, look at the lab assignments for EE445L and EE445M. These books will cover embedded systems for ARM Cortex-M microcontrollers with specific details on the MSP432. Although the solutions are specific for the MSP432, it will be possible to use these books for other ARM derivatives. Volume 3 can be used for either the TM4C or MSP432 families.

商品描述(中文翻譯)

本書於2015年11月出版,為第一版第一印刷,是三本系列書籍中的第二本,教授嵌入式系統的基本原理,並應用於MSP432微控制器。這些書籍主要針對本科電機與計算機工程學生撰寫,也可供學習ARM平台的專業人士使用。第一本書《嵌入式系統:MSP432簡介》介紹了計算機及其介面,重點在於組合語言和C程式設計。第二本書則專注於介面和嵌入式系統的設計。第三本書《嵌入式系統:ARM Cortex-M微控制器的即時作業系統》是一本進階書籍,專注於作業系統、高速介面、控制系統和機器人技術。

嵌入式系統是一種執行特定任務並內嵌計算機的系統。系統由為共同目的而連接在一起的元件和介面組成。本書介紹了構建系統所需的元件、介面和方法論。具體主題包括微控制器的架構、設計方法論、驗證、硬體/軟體同步、將設備介接到計算機、時序圖、即時系統、數據收集與處理、馬達控制、類比濾波器、數位濾波器、即時信號處理、無線通信、低功耗設計以及物聯網。一般而言,嵌入式系統領域是電機與計算機工程中一個重要且不斷增長的學科。嵌入式系統的教育市場一直被PIC、9S12和8051等簡單微控制器主導,這是因為它們的市場佔有率、低成本和歷史優勢。然而,隨著問題變得越來越複雜,解決這些問題的系統也必須隨之改變。為了適應這種複雜性的增長,許多嵌入式系統的範式必須轉變。首先,每秒的計算次數將從數百萬次增加到數十億次。類似地,軟體代碼的行數也將從數千行增加到數百萬行。第三,系統將涉及多個微控制器,支持許多同時操作。最後,隨著這些系統被部署到安全關鍵應用中,系統驗證的需求將持續增長。這些變化不僅僅是規模和帶寬的增長。這些系統必須採用並行程式設計、高速同步、即時作業系統、容錯設計、優先中斷處理和網絡功能。因此,為我們的學生提供這類設計經驗將變得非常重要。

撰寫這些書籍的目的是將工程教育帶入21世紀。本書採用了多種學習方法,不會包含數據表中信息的詳細重述。首先,它從基本原理開始,讓讀者能夠用新技術解決新問題。其次,本書提供了許多詳細的設計範例,這些範例說明了設計過程。書中有多個結構性元件來輔助學習。檢查點(後面附有答案)是簡短易答的問題,提供即時反饋。書中包括索引和術語表,以便查找信息。在這樣的課程中,最重要的學習經驗當然是實驗室。每一章都有建議的實驗室作業,更多詳細的實驗室描述可在網上找到。具體來說,請查看EE445L和EE445M的實驗室作業。這些書籍將涵蓋ARM Cortex-M微控制器的嵌入式系統,並具體針對MSP432。雖然解決方案專門針對MSP432,但這些書籍也可以用於其他ARM衍生產品。第三卷可用於TM4C或MSP432系列。