Interfacing PIC microcontrollers : (Record no. 5676)

000 -LEADER
fixed length control field 05654cam a2200649Ia 4500
001 - CONTROL NUMBER
control field u13014
003 - CONTROL NUMBER IDENTIFIER
control field SA-PMU
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20210418124008.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr unu||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 131216s2014 enka o 001 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency UMI
Language of cataloging eng
Description conventions pn
Transcribing agency UMI
Modifying agency COO
-- DEBBG
-- DEBSZ
-- EBLCP
-- YDXCP
-- S4S
-- OCLCF
-- OCLCQ
-- MERUC
-- OCLCQ
019 ## -
-- 862828995
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9780080993720
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 0080993729
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 008099363X
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9780080993638
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Canceled/invalid ISBN 9780080993638
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)865474371
Canceled/invalid control number (OCoLC)862828995
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number TJ223.P76
Item number B384 2014
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 629.89
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier AU@
System control number 000052404541
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier AU@
System control number 000059642798
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier DEBBG
System control number BV041778027
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier DEBSZ
System control number 404325033
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier DEBSZ
System control number 431512450
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier GBVCP
System control number 882721917
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Bates, Martin.
245 10 - TITLE STATEMENT
Title Interfacing PIC microcontrollers :
Remainder of title embedded design by interactive simulation /
Statement of responsibility, etc. Martin Bates.
250 ## - EDITION STATEMENT
Edition statement 2nd ed.
260 ## - PUBLICATION, DISTRIBUTION, ETC.
Place of publication, distribution, etc. Oxford, U.K. ;
-- Waltham, U.K. :
Name of publisher, distributor, etc. Elsevier,
Date of publication, distribution, etc. ©2014.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (1 volume) :
Other physical details illustrations
336 ## - CONTENT TYPE
Content type term text
Content type code txt
Source rdacontent
337 ## - MEDIA TYPE
Media type term computer
Media type code c
Source rdamedia
338 ## - CARRIER TYPE
Carrier type term online resource
Carrier type code cr
Source rdacarrier
588 0# - SOURCE OF DESCRIPTION NOTE
Source of description note Print version record.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Front Cover; Interfacing PIC Microcontrollers; Copyright Page; Contents; Preface; Introduction; Links and Acknowledgements; 1: PIC Microcontroller; 1 PIC Hardware; 1.1 Processor System; 1.1.1 Processor; 1.1.2 Memory; 1.1.3 Input and Output; 1.2 PIC Architecture; 1.2.1 PIC 16F877A Pin Out; 1.2.2 PIC 16F877A Architecture; 1.2.3 The PIC Instruction; 1.3 Special Function Registers; 1.3.1 Program Counter; 1.3.2 Status Register; 1.3.2.1 Zero Flag (Z); 1.3.2.2 Carry Flag (C); 1.3.2.3 Digit Carry (DC); 1.3.2.4 Register Bank Select (RP1, RP0); 1.3.2.5 Power Status Bits (PD, TO); 1.3.3 Ports.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 1.3.4 Timers1.3.5 Indirect Addressing; 1.3.6 Interrupt Control; 1.3.7 Peripheral Control; 1.4 Application LED1; 1.4.1 LED1 Hardware; 1.4.2 Simple PIC Program; 1.4.3 Writing the Program; 1.4.4 Simulation of LED1; 1.5 Downloading and Testing; 1.5.1 In-Circuit Programming and Debugging; 1.5.2 ICPD Hardware; 1.5.3 LED1 Program Testing; 1.5.4 Development Steps; 1.6 Conversion to 16F887 and Other Chips; 2 PIC Programming; 2.1 Application LED2; 2.2 Assembly Language; 2.2.1 Assembler Code; 2.2.2 Assembler Syntax; 2.3 MCU Configuration; 2.3.1 PROCESSOR Directive; 2.3.2 CONFIG Directive.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 2.3.2.1 Code Protection (CP, WRT, CPD)2.3.2.2 In-Circuit Debugging; 2.3.2.3 Low-Voltage Programming; 2.3.2.4 Power-Up Timer; 2.3.2.5 Brown-Out Reset; 2.3.2.6 Watchdog Timer; 2.3.2.7 RC Oscillator (RC); 2.3.2.8 Crystal Oscillators (LP, XT, HS); 2.3.3 Typical MCU Configurations; 2.4 PIC Instruction Set; 2.4.1 Instruction Types; 2.4.1.1 Move; 2.4.1.2 Register; 2.4.1.3 Arithmetic; 2.4.1.4 Logic; 2.4.1.5 Test, Skip and Jump; 2.4.1.6 Control; 2.4.2 Obsolete Instructions; 2.4.2.1 TRIS; 2.4.2.2 OPTION; 2.5 Program Execution; 2.5.1 Subroutines; 2.5.2 Page Boundaries; 2.5.3 Interrupts.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 2.6 Program Structure2.7 Assembler Directives; 2.7.1 Common Directives; 2.7.2 Macros; 2.7.3 LED3 List File; 2.8 Software Design; 2.8.1 Application Specification; 2.8.2 Flowcharts; 2.8.3 Pseudocode; 2.8.4 Structure Charts; 2.9 'C' Programming; 2.9.1 LEDC Program; 2.9.2 LEDC Assembler Code; 2.9.3 Real-Time Operating Systems; 3 PIC Design; 3.1 Application Design and Test; 3.1.1 Schematic Capture; 3.1.2 Circuit Simulation; 3.2 Software Debugging; 3.2.1 Source Debug Window; 3.2.2 Other Debug Windows; 3.3 System Testing; 3.3.1 Probes and Meters; 3.3.2 Counter Timer; 3.3.3 Oscilloscope.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 3.3.4 Logic Analyser3.3.5 Graphs; 3.4 Hardware Design; 3.4.1 Netlist; 3.4.2 PCB Layout; 3.5 Hardware Testing; 3.5.1 ICPD Requirements; 3.5.2 ICPD Testing; 3.5.3 16F877A Electrical Characteristics; 2: PIC Interfacing; 4 Input and Output; 4.1 Switch Inputs; 4.1.1 Switch Interface; 4.1.2 Supply Voltage; 4.1.3 Hardware Switch Debouncing; 4.1.4 Software Switch Debouncing; 4.1.5 Timer Switch Debouncing; 4.1.6 Switch Input Interrupts; 4.2 Display Outputs; 4.2.1 LED Output Circuit; 4.2.2 LED Opto-Isolator and Detector; 4.2.3 7-Segment LED Display; 4.3 Keypad System; 4.3.1 Keypad Interface.
520 ## - SUMMARY, ETC.
Summary, etc. Interfacing PIC Microcontrollers, 2nd Edition is a great introductory text for those starting out in this field and as a source reference for more experienced engineers. Martin Bates has drawn upon 20 years of experience of teaching microprocessor systems to produce a book containing an excellent balance of theory and practice with numerous working examples throughout. It provides comprehensive coverage of basic microcontroller system interfacing using the latest interactive software, Proteus VSM, which allows real-time simulation of microcontroller based designs and supports the developme.
596 ## -
-- 1 2
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Programmable controllers.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Computer interfaces.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Interactive computer systems.
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Computer interfaces.
Source of heading or term fast
Authority record control number or standard number (OCoLC)fst00872238
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Interactive computer systems.
Source of heading or term fast
Authority record control number or standard number (OCoLC)fst00975980
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Programmable controllers.
Source of heading or term fast
Authority record control number or standard number (OCoLC)fst01078679
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Relationship information Print version:
Main entry heading Bates, Martin.
Title Interfacing PIC microcontrollers.
Edition Second edition.
Place, publisher, and date of publication Amsterdam : Elsevier, 2014
International Standard Book Number 9780080993720
Record control number (OCoLC)861536471
938 ## -
-- EBL - Ebook Library
-- EBLB
-- EBL1414033
938 ## -
-- YBP Library Services
-- YANK
-- 11181909
942 ## - ADDED ENTRY ELEMENTS (KOHA)
Koha item type Books
994 ## -
-- Z0
-- SUPMU
948 ## - LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN)
h (OCLC) NO HOLDINGS IN SUPMU - 121 OTHER HOLDINGS
Holdings
Withdrawn status Lost status Source of classification or shelving scheme Damaged status Not for loan Home library Current library Date acquired Total Checkouts Full call number Barcode Date last seen Copy number Price effective from Koha item type Public note
          Female Library Female Library 04/18/2021   TJ223.P76 .B384 2014 51952000339489 04/15/2021 1 04/15/2021 Books STACKS
          Main Library Main Library 04/18/2021   TJ223.P76 .B384 2014 51952000339472 04/15/2021 1 04/15/2021 Books STACKS