|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn903939217 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150224s2015 maua o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d OCLCF
|d DEBBG
|d EBLCP
|d NLGGC
|d DEBSZ
|d IDB
|d MERUC
|d WRM
|d CEF
|d OCLCQ
|d CUY
|d LOA
|d ZCU
|d UAB
|d ICG
|d DKC
|d AU@
|d OCLCQ
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 900345911
|
020 |
|
|
|a 9780080999357
|
020 |
|
|
|a 0080999352
|
020 |
|
|
|a 0080999344
|
020 |
|
|
|a 9780080999340
|
020 |
|
|
|z 9780080999340
|
029 |
1 |
|
|a DEBBG
|b BV042682544
|
029 |
1 |
|
|a DEBBG
|b BV043617122
|
029 |
1 |
|
|a DEBSZ
|b 431903654
|
029 |
1 |
|
|a DEBSZ
|b 446577405
|
029 |
1 |
|
|a GBVCP
|b 835869423
|
029 |
1 |
|
|a NLGGC
|b 401007170
|
035 |
|
|
|a (OCoLC)903939217
|z (OCoLC)900345911
|
037 |
|
|
|a CL0500000557
|b Safari Books Online
|
050 |
|
4 |
|a TJ223.P76
|
082 |
0 |
4 |
|a 621.3916
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Ibrahim, Dogan,
|e author.
|
245 |
1 |
0 |
|a PIC32 microcontrollers and the digilent chipKIT :
|b introductory to advanced projects /
|c Dogan Ibrahim.
|
246 |
3 |
|
|a Peripheral interface controller microcontrollers and the digital chipKIT
|
250 |
|
|
|a First edition.
|
264 |
|
1 |
|a Waltham, MA :
|b Newnes,
|c 2015.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Online resource; title from title page (Safari, viewed February 18, 2015).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Title Page; Copyright Page; Contents; Preface; Acknowledgments; Chapter 1 -- Microcomputer Systems; 1.1 -- Introduction; 1.2 -- Microcontroller Systems; 1.2.1 -- RAM; 1.2.2 -- ROM; 1.2.3 -- PROM; 1.2.4 -- EPROM; 1.2.5 -- EEPROM; 1.2.6 -- Flash EEPROM; 1.3 -- Microcontroller Features; 1.3.1 -- Supply Voltage; 1.3.2 -- The Clock; 1.3.3 -- Timers; 1.3.4 -- Watchdog; 1.3.5 -- Reset Input; 1.3.6 -- Interrupts; 1.3.7 -- Brown-Out Detector; 1.3.8 -- Analogue-to-Digital Converter; 1.3.9 -- Serial Input-Output; 1.3.10 -- EEPROM Data Memory; 1.3.11 -- LCD Drivers; 1.3.12 -- Analogue Comparator.
|
505 |
8 |
|
|a 1.3.13 -- Real-Time Clock1.3.14 -- Sleep Mode; 1.3.15 -- Power-On Reset; 1.3.16 -- Low-Power Operation; 1.3.17 -- Current Sink/Source Capability; 1.3.18 -- USB Interface; 1.3.19 -- Motor Control Interface; 1.3.20 -- CAN Interface; 1.3.21 -- Ethernet Interface; 1.3.22 -- ZigBee Interface; 1.3.23 -- Multiply and Divide Hardware; 1.3.24 -- Operating Temperature; 1.3.25 -- Pulse Width Modulated (PWM) Outputs; 1.3.26 -- JTAG Interface; 1.3.27 -- Package Size; 1.3.28 -- DMA; 1.4 -- Microcontroller Architectures; 1.4.1 -- RISC and CISC; 1.5 -- 8, 16, or 32 Bits?; 1.6 -- Summary; 1.7 -- Exercises.
|
505 |
8 |
|
|a Chapter 2 -- PIC32 Microcontroller Series2.1 -- The PIC32MX360F512L Architecture; 2.1.1 -- The Memory; 2.1.2 -- The Microcontroller Clock; Clock sources; Clock outputs; USB clock; CPU clock; Peripheral clock; Configuring the operating clocks; Performance and power consumption considerations; The flash wait states; 2.1.3 -- Resets; 2.1.4 -- The Input/Output Ports; TRISx; PORTx; LATx; ODCx; CNCON; SET, CLR, INV I/O port registers; Digital/analogue inputs; 2.1.5 -- The Parallel Master Port (PMP); PMCON; PMMODE; PMADDR; PMDOUT; PMDIN; PMAEN; PMSTAT; 2.1.6 -- Timers; Timer 1; Timers 2, 3, 4, 5.
|
505 |
8 |
|
|a 2.1.7 -- Real-Time Clock and Calendar2.1.8 -- Analogue-to-Digital Converter; AD1CON1; AD1CON2; AD1CON3; AD1CHS; AD1PCFG; AD1CSSL; Operation of the ADC module; 2.1.9 -- Interrupts; Configuring Timer 1 interrupts; Configuring external interrupt 0; PIC32 interrupt service routines; 2.2 -- Summary; 2.3 -- Exercises; Chapter 3 -- PIC32 Microcontroller Development Tools; 3.1 -- Software Development Tools; 3.1.1 -- Text Editors; 3.1.2 -- Assemblers and Compilers; 3.1.3 -- Simulators; 3.1.4 -- High-Level Language Simulators; 3.1.5 -- Simulators With Hardware Simulation.
|
505 |
8 |
|
|a 3.1.6 -- Integrated Development Environment (IDE)3.2 -- Hardware Development Tools; 3.2.1 -- Development Boards; PIC32 Starter Kit; Microstick II; PIC32 USB Starter Kit II; PIC32 Ethernet Starter Kit; Cerebot MX3cK; Cerebot MX4cK; Cerebot MX7cK; MINI-32 Board; EasyPIC Fusion V7; Mikromedia for PIC32; Multimedia for PIC32MX7; Olimex PIC32 Development Board; PIC32-MAXI-WEB Development Board; LV-32MX V6; 3.2.2 -- Device Programmers; mikroProg; 3.2.3 -- In-Circuit Debuggers; 3.2.4 -- In-Circuit Emulators; 3.2.5 -- Breadboard; 3.3 -- Summary; 3.4 -- Exercises.
|
505 |
8 |
|
|a Chapter 4 -- The Cerebot MX3cK (chipKIT MX3) Development Board.
|
520 |
|
|
|a PIC32 Microcontrollers and the Digilent chipKIT: Introductory to Advanced Projects will teach you about the architecture of 32-bit processors and the hardware details of the chipKIT development boards, with a focus on the chipKIT MX3 microcontroller development board. Once the basics are covered, the book then moves on to describe the MPLAB and MPIDE packages using the C language for program development. The final part of the book is based on project development, with techniques learned in earlier chapters, using projects as examples. Each projectwill have a practical approach, with in-dept.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Microcontrollers.
|
650 |
|
0 |
|a Microprocessors.
|
650 |
|
0 |
|a Electronic controllers.
|
650 |
|
6 |
|a Microcontrôleurs.
|
650 |
|
6 |
|a Régulateurs électroniques.
|
650 |
|
7 |
|a Electronic controllers.
|2 fast
|0 (OCoLC)fst00906934
|
650 |
|
7 |
|a Microcontrollers.
|2 fast
|0 (OCoLC)fst01744800
|
650 |
|
7 |
|a Microprocessors.
|2 fast
|0 (OCoLC)fst01020008
|
776 |
0 |
8 |
|i Print version:
|a Ibrahim, Dogan.
|t PIC32 Microcontrollers and the Digilent chipKIT : Introductory to Advanced Projects.
|d Burlington : Elsevier Science, ©2015
|z 9780080999340
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9780080999340/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1918983
|
994 |
|
|
|a 92
|b IZTAP
|