Welcome to P K Kelkar Library, Online Public Access Catalogue (OPAC)

Introduction to embedded systems (Record no. 561772)

000 -LEADER
fixed length control field 09893nam a2200769 i 4500
001 - CONTROL NUMBER
control field 6813318
003 - CONTROL NUMBER IDENTIFIER
control field IEEE
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20200413152858.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS
fixed length control field m eo d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cn |||m|||a
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 100812s2010 caua foab 001 0 eng d
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781608454990 (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Canceled/invalid ISBN 9781608454983 (pbk.)
024 7# - OTHER STANDARD IDENTIFIER
Standard number or code 10.2200/S00291ED1V01Y201007DCS030
Source of number or code doi
035 ## - SYSTEM CONTROL NUMBER
System control number (CaBNVSL)gtp00543043
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)707877265
040 ## - CATALOGING SOURCE
Original cataloging agency CaBNVSL
Transcribing agency CaBNVSL
Modifying agency CaBNVSL
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number TK7895.E42
Item number R875 2010
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 004.16
Edition number 22
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Russell, David James.
245 10 - TITLE STATEMENT
Title Introduction to embedded systems
Medium [electronic resource] :
Remainder of title using ANSI C and the Arduino development environment /
Statement of responsibility, etc. David J. Russell.
260 ## - PUBLICATION, DISTRIBUTION, ETC.
Place of publication, distribution, etc. San Rafael, Calif. (1537 Fourth Street, San Rafael, CA 94901 USA) :
Name of publisher, distributor, etc. Morgan & Claypool,
Date of publication, distribution, etc. c2010.
300 ## - PHYSICAL DESCRIPTION
Extent 1 electronic text (xx, 255 p. : ill.) :
Other physical details digital file.
490 1# - SERIES STATEMENT
Series statement Synthesis lectures on digital circuits and systems,
International Standard Serial Number 1932-3174 ;
Volume/sequential designation # 30
538 ## - SYSTEM DETAILS NOTE
System details note Mode of access: World Wide Web.
538 ## - SYSTEM DETAILS NOTE
System details note System requirements: Adobe Acrobat Reader.
500 ## - GENERAL NOTE
General note Part of: Synthesis digital library of engineering and computer science.
500 ## - GENERAL NOTE
General note Series from website.
504 ## - BIBLIOGRAPHY, ETC. NOTE
Bibliography, etc. note Includes bibliographical references (p. 249) and index.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Preface --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 1. Introduction -- Background -- Digital representation of information -- Digital logic fundamentals -- Digital vectors -- Information representation in a digital processor -- Numbers -- Text --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 2. ANSI C -- Introduction -- Background -- Essential elements of the language -- Formatted output -- Variables and arithmetic expressions -- Variable names -- Type conversions -- Constants -- Arithmetic operators -- Relational and logical operators -- Increment and decrement operators -- Bitwise operators -- Assignment operators -- Conditional expression -- Control flow -- If-else -- Else-if -- Switch -- Loops -- Infinite loops -- Miscellaneous (please don't use) -- Functions and program structures -- Scope rules -- Pointers and arrays -- Passing by reference -- Dynamic memory allocation -- Multi-dimensional arrays -- Function pointers -- Structures -- Typedef -- Unions -- Bit-fields -- Variable-length argument lists --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 3. Introduction to Arduino -- Background -- Experiments using the Arduino duemilanove development board -- Arduino tools tutorial --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 4. Embedded debugging -- Introduction -- Debugging the arduino tutorial --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 5. Atmega328p architecture -- Overview -- AVR CPU core --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 6. General-purpose input/output -- Output -- Introduction -- Basic operation -- Pin-muxing -- Input -- Introduction -- Internal pull-up resistor -- Accessing GPIO lines in C -- Managing outputs -- Managing inputs -- Pertinent register descriptions -- PORTB, The Port B Data Register -- DDRB, The Port B Data Direction Register -- PINB, The Port B Input Pins Address -- PORTC, The Port C Data Register -- DDRC, The Port C Data Direction Register -- PINC, The Port C Input Pins Address -- PORTD, The Port D Data Register -- DDRD, The Port D Data Direction Register -- PIND, The Port D Input Pins Address --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 7. Timer Ports -- Pulse width modulation -- Introduction -- Demodulation -- Modulation -- Input Capture -- Pertinent register descriptions -- TCCR0A, Timer/Counter0 Control Register A -- TCCR0B, Timer/Counter0 Control Register B -- TCNT0, Timer/Counter0 Register -- OCR0A, Output Compare0 Register A -- OCR0B, Output Compare0 Register B -- TCCR1A, Timer/Counter1 Control Register A -- TCCR1B, Timer/Counter1 Control Register B -- TCCR1C, Timer/Counter1 Control Register C -- TCNT1H and TCNT1L, Timer/Counter1 Register -- OCR1AH and OCR1AL, Output Compare1 Register A -- OCR1BH and OCR1BL, Output Compare1 Register B -- ICR1H and ICR1L, Input Capture1 Register -- TCCR2A, Timer/Counter2 Control Register A -- TCCR2B, Timer/Counter2 Control Register B -- TCNT2, Timer/Counter2 Register -- OCR2A, Output Compare2 Register A -- OCR2B, Output Compare2 Register B -- ASSR, Asynchronous Status Register -- GTCCR, General Timer/Counter Control Register --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 8. Analog input ports -- Analog-to-digital converters -- ADC peripheral -- Analog comparator -- Pertinent register descriptions -- ADMUX, ADC Multiplexer Selection Register -- ADCSRA, ADC Control and Status Register A -- ADCH and ADCL, ADC Data Register -- ADCSRB, ADC Control and Status Register B -- DIDR0, Digital Input Disable Register -- ACSR, Analog Comparator Control and Status Register -- DIDR1, Digital Input Disable Register --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 9. Interrupt processing -- Introduction -- Context -- ISR and main task communication -- ATmega328P interrupts in C -- Pertinent register descriptions -- EICRA, External Interrupt Control Register A -- EIMSK, External Interrupt Mask Register -- EIFR, External Interrupt Flag Register -- PCICR, Pin Change Interrupt Control Register -- PCIFR, Pin Change Interrupt Flag Register -- PCMSK2, Pin Change Mask Register -- PCMSK1, Pin Change Mask Register -- PCMSK0, Pin Change Mask Register -- TIMSK0, Timer/Counter0 Interrupt Mask Register -- TIFR0, Timer/Counter0 Interrupt Flag Register -- TIMSK1, Timer/Counter1 Interrupt Mask Register -- TIFR1, Timer/Counter1 Interrupt Flag Register -- TIMSK2, Timer/Counter2 Interrupt Mask Register -- TIFR2, Timer/Counter2 Interrupt Flag Register -- SPCR, SPI Control Register -- SPSR, SPI Status Register -- UCSR0A, USART0 Control and Status Register A -- UCSR0B, USART0 Control and Status Register B -- TWCR, TWI Control Register -- ADCSRA, ADC Control and Status Register A -- ACSR, Analog Comparator Control and Status Register -- EECR, EEPROM Control Register --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 10. Serial communications -- Introduction -- Inter-Integrated Circuit -- Serial Peripheral Interface -- Universal Asynchronous Receiver/Transmitter -- USART on ATmega328P -- Interrupt-based Serial Port Management in C -- Pertinent Register Descriptions -- TWBR, TWI Bit Rate Register -- TWCR, TWI Control Register -- TWSR, TWI Status Register -- TWDR, TWI Data Register -- TWAR, TWI Slave Address Register -- TWAMR, TWI Slave Address Mask Register -- SPCR, SPI Control Register -- SPSR, SPI Status Register -- SPDR, SPI Data Register -- UDR0, USART0 I/O Data Register -- UCSR0A, USART0 Control and Status Register A -- UCSR0B, USART0 Control and Status Register B -- UCSR0C, USART0 Control and Status Register C -- UBRR0H and UBRR0L, USART0 Baud Rate Registers --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 11. Assembly language -- Introduction -- Arduino tool-chain -- Arduino assembly -- Arduino inline assembly -- C-instruction efficiency --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 12. Non-volatile memory -- Introduction -- EEPROM via C on ATmega328P -- Pertinent register descriptions -- EEARH, EEPROM High Address Register -- EEARL, EEPROM Low Address Register -- EEDR, EEPROM Data Register -- EECR, EEPROM Control Register --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note A. Arduino 2009 schematic --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note B. ATmega328P registers -- B.1. Register summary --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note C. ATmega328P assembly instructions -- C.1. Instruction set summary -- C.2. Instruction set notation -- SREG, AVR Status Register -- General purpose register file -- Miscellaneous -- Stack pointer --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note D. Example C/C++ software coding guidelines -- D.1. Introduction -- Purpose -- Philosophy -- Format -- D.2. General recommendations -- D.3. Naming conventions -- D.4. Layout -- D.5. Statements -- Types -- Variables -- Loops -- Conditionals -- Functions -- Miscellaneous -- D.6. Comments -- D.7. Files --
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Bibliography -- Author's biography -- Index.
506 1# - RESTRICTIONS ON ACCESS NOTE
Terms governing access Abstract freely available; full-text restricted to subscribers or individual document purchasers.
510 0# - CITATION/REFERENCES NOTE
Name of source Compendex
510 0# - CITATION/REFERENCES NOTE
Name of source INSPEC
510 0# - CITATION/REFERENCES NOTE
Name of source Google scholar
510 0# - CITATION/REFERENCES NOTE
Name of source Google book search
520 3# - SUMMARY, ETC.
Summary, etc. Many electrical and computer engineering projects involve some kind of embedded system in which a microcontroller sits at the center as the primary source of control.The recently-developed Arduino development platform includes an inexpensive hardware development board hosting an eight-bit ATMEL ATmega-family processor and a Java-based software-development environment. These features allow an embedded systems beginner the ability to focus their attention on learning how to write embedded software instead of wasting time overcoming the engineering CAD tools learning curve. The goal of this text is to introduce fundamental methods for creating embedded software in general, with a focus on ANSI C. The Arduino development platform provides a great means for accomplishing this task. As such, this work presents embedded software development using 100% ANSI C for the Arduino's ATmega328P processor. We deviate from using the Arduino-specific Wiring libraries in an attempt to provide the most general embedded methods. In this way, the reader will acquire essential knowledge necessary for work on future projects involving other processors. Particular attention is paid to the notorious issue of using C pointers in order to gain direct access to microprocessor registers, which ultimately allow control over all peripheral interfacing.
530 ## - ADDITIONAL PHYSICAL FORM AVAILABLE NOTE
Additional physical form available note Also available in print.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Embedded computer systems
General subdivision Programming.
653 ## - INDEX TERM--UNCONTROLLED
Uncontrolled term embedded systems
653 ## - INDEX TERM--UNCONTROLLED
Uncontrolled term embedded software
653 ## - INDEX TERM--UNCONTROLLED
Uncontrolled term embedded development
653 ## - INDEX TERM--UNCONTROLLED
Uncontrolled term microcontroller
653 ## - INDEX TERM--UNCONTROLLED
Uncontrolled term microprocessor
653 ## - INDEX TERM--UNCONTROLLED
Uncontrolled term ANSI C
653 ## - INDEX TERM--UNCONTROLLED
Uncontrolled term Arduino
653 ## - INDEX TERM--UNCONTROLLED
Uncontrolled term ATmega328P
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Synthesis digital library of engineering and computer science.
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Synthesis lectures on digital circuits and systems,
International Standard Serial Number 1932-3174 ;
Volume/sequential designation # 30.
856 42 - ELECTRONIC LOCATION AND ACCESS
Materials specified Abstract with links to resource
Uniform Resource Identifier http://ieeexplore.ieee.org/servlet/opac?bknumber=6813318
Holdings
Withdrawn status Lost status Damaged status Not for loan Permanent Location Current Location Date acquired Barcode Date last seen Price effective from Koha item type
        PK Kelkar Library, IIT Kanpur PK Kelkar Library, IIT Kanpur 2020-04-13 EBKE272 2020-04-13 2020-04-13 E books

Powered by Koha