This book is a hands-on introduction to the principles and practice of embedded system design using the PIC microcontroller. Packed with helpful examples and illustrations, it gives an in-depth treatment of microcontroller design, programming in both assembly language and C, and features advanced topics such as networking and real-time operating systems. It is accompanied by a CD-ROM containing copies of all programs and software tools used in the text and a `student version of the C complier Designing Embedded Systems with PIC Microcontrollers: Principles and Applications is ideal for students of electronics, mechatronics and computer engineering. Engineers in industry and informed hobbyists will also find this book a valuable resource when designing and implementing both simple and sophisticated embedded systems using the PIC Microcontroller.
標(biāo)簽: introduction principles hands-on embedded
上傳時(shí)間: 2014-01-17
上傳用戶:wuyuying
//*** *** *** *** *** *** *** *** *** *** *** *** *** // MSP430x1xx Demo - Software Toggle P1.0 // // Description Toggle P1.0 by xor ing P1.0 inside of a software loop. // ACLK = n/a, MCLK = SMCLK = default DCO // // MSP430x1xx // ----------------- // /|\| XIN|- // | | | // --|RST XOUT|- // | | // | P1.0|-->LED // // A. Dannenberg // Texas Instruments, Inc // January 2006 // Built with IAR Embedded Workbench Version: 3.40A
標(biāo)簽: Software Toggle 430x Demo
上傳時(shí)間: 2015-12-10
上傳用戶:從此走出陰霾
目前在單片機(jī)的教學(xué)過程中,Labcenter Electronics 推出的 EDA 軟件 Proteus(普羅特斯)已越來越 受到重視,并被提倡應(yīng)用于單片機(jī)數(shù)字實(shí)驗(yàn)室的構(gòu)建之中。Proteus 是一款功能較為全面的電子設(shè)計(jì)自動(dòng) 化軟件,它不但可用于 PCB 設(shè)計(jì)以及模擬和數(shù)字電路仿真分析,還可應(yīng)用于單片機(jī)及其外圍電路的仿 真,支持的微處理器芯片(Microprocessors ICs)包括 8051 系列、AVR 系列、PIC 系列、HC11 系列、 ARM7/LPC2000 系列甚至 Z80 等。本文對(duì) Proteus 在單片機(jī)應(yīng)用系統(tǒng)中的仿真應(yīng)用作一介紹。
上傳時(shí)間: 2015-12-29
上傳用戶:海陸空653
This Microsoft(R) Macro Assembler Reference lists all MASM instructions, directives, statements, and operators. It also serves as a quick reference to the Programmer’s WorkBench commands, and the commands for Microsoft utilities such as LINK and LIB. This book documents features of MASM version 6.1, and is part of a complete MASM documentation set.
標(biāo)簽: instructions directives statements Microsoft
上傳時(shí)間: 2016-01-31
上傳用戶:asddsd
參考設(shè)計(jì):為USB430和斜度計(jì)兩個(gè)實(shí)例的源程序和編譯后的文件 “實(shí)驗(yàn)程序”子文件夾內(nèi)容:為本光盤所配書的實(shí)驗(yàn)的源程序和編譯后的文件。其中C源程序文件可以用記事本程序打開,其他文件使用“IAR Embedded Workbench”軟件可以打開.
標(biāo)簽: 源程序 USB 430 實(shí)驗(yàn)
上傳時(shí)間: 2016-02-13
上傳用戶:stella2015
【下載說明】 這里提供給大家的是《Embedded Linux: Hardware, Software, and Interfacing》(嵌入式 Linux---硬件、軟件與接口)一書的英文原版CHM格式下載。 【作者簡介】 Craig Hollabaugh has been fascinated by electronics since he bought an AM radio in elementary school. He was first exposed to Unix during a cross-country talk session in 1985. Later, he administered networked Sun and DEC workstations while pursuing a doctoral degree in electrical engineering at Georgia Institute of Technology. 【內(nèi)容提要】 本書通過一個(gè)冬季旅游勝地自動(dòng)化管理項(xiàng)目實(shí)例,從軟件、硬件和接口的觀點(diǎn)介紹嵌入式Linux。引入項(xiàng)目需求后,作者講述了開發(fā)環(huán)境的建立,接著用一系列軟硬件接口實(shí)例展示了如何使用異步串行通信、PC并口、USB、內(nèi)存I/O、同步串行通信以及中斷,等等。最后介紹了將前面所有的工作有機(jī)地組織在一起的系統(tǒng)集成過程。本書以實(shí)際應(yīng)用為導(dǎo)向,書中整個(gè)項(xiàng)目的實(shí)施過程和軟硬件接口實(shí)例都具實(shí)踐指導(dǎo)意義。
標(biāo)簽: Linux Interfacing Embedded Hardware
上傳時(shí)間: 2014-01-22
上傳用戶:shus521
As science advances, novel experiments are becoming more and more complex, requiring a zoo of control devices and electronics executing complicated sequences of steps. Device availability and monetary constrains usually lead to a highly heterogeneous setup with components from several different manufacturers using many different protocols and interfacing mechanisms. This often results in control software being puzzled together to use and provide a multitude of interfacing and control functionality, each using their own calling conventions, data structures, etc. To make matters worse, usually a group of relatively independent programmers is trying to write and maintain the code base. Often this causes extensive duplication of effort as program segments are hard to reuse, since unpredictable changes to the segments by the original authors might compromise other code using these segments.
標(biāo)簽: more experiments requiring advances
上傳時(shí)間: 2013-12-24
上傳用戶:qilin
//*** *** *** *** *** *** *** *** *** *** *** *** *** * // MSP-FET430x110 Demo - Software Toggle P1.0 // // Description: Toggle P1.0 by xor ing P1.0 inside of a software loop. // ACLK = n/a, MCLK = SMCLK = default DCO ~800k // // MSP430F1121 // ----------------- // /|\| XIN|- // | | | // --|RST XOUT|- // | | // | P1.0|-->LED // // M. Buccini // Texas Instruments Inc. // Feb 2005 // Built with IAR Embedded Workbench Version: 3.21A
標(biāo)簽: Software MSP-FET Toggle Demo
上傳時(shí)間: 2014-01-09
上傳用戶:問題問題
這個(gè)是ISO9141-2的國際標(biāo)準(zhǔn)文檔.主要用于汽車電子方面-this is ISO9141-2 international standard documentation. Mainly used in automotive electronics
標(biāo)簽: 9141 international documentation ISO
上傳時(shí)間: 2016-07-04
上傳用戶:xiaoyunyun
Embedded Windows CE SAPI 5.0 Developers Kit is an embedded speech recognition, or speech-to-text circuit solution, for development of speech recognition system at the electronics level. 一款很好的英文嵌入式語音識(shí)別系統(tǒng),基于winCE的,歡迎試用!
標(biāo)簽: speech-to-text recognition Developers Embedded
上傳時(shí)間: 2016-07-28
上傳用戶:wanghui2438
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1