Cargando…

Designing embedded systems with 32-bit PIC microcontrollers and MikroC /

The new generation of 32-bit PIC microcontrollers can be used to solve the increasingly complex embedded system design challenges faced by engineers today. This book teaches the basics of 32-bit C programming, including an introduction to the PIC 32-bit C compiler. It includes a full description of...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ibrahim, Dogan (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Oxford, UK : Newnes, [2014]
Edición:First edition.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 SCIDIR_ocn861526547
003 OCoLC
005 20231117044924.0
006 m o d
007 cr cn|||||||||
008 130916t20142014enka o 001 0 eng d
040 |a E7B  |b eng  |e rda  |e pn  |c E7B  |d N$T  |d OPELS  |d YDXCP  |d UMI  |d UPM  |d COO  |d DEBBG  |d DEBSZ  |d B24X7  |d OCLCO  |d UIU  |d EBLCP  |d GGVRL  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d IDEBK  |d CDX  |d S4S  |d OCLCF  |d OCLCQ  |d LIV  |d MERUC  |d OCLCQ  |d K6U  |d OCL  |d U3W  |d D6H  |d CEF  |d OCLCQ  |d WYU  |d AU@  |d VT2  |d CNCEN  |d ERF  |d UKBTH  |d UHL  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB365423  |2 bnb 
016 7 |a 016460826  |2 Uk 
019 |a 857277749  |a 858762293  |a 868231824  |a 966385589  |a 1065701529  |a 1103261202  |a 1105767414  |a 1112602223  |a 1112930239  |a 1113110092  |a 1129342147  |a 1153004375  |a 1159616469  |a 1192334603  |a 1235834794  |a 1240510021  |a 1262671907 
020 |a 9780080981994  |q (electronic bk.) 
020 |a 0080981992  |q (electronic bk.) 
020 |a 1299819184 
020 |a 9781299819184 
020 |z 9780080977867 
020 |z 0080977863 
024 8 |a C20110069193 
024 8 |a 9780080977867 
035 |a (OCoLC)861526547  |z (OCoLC)857277749  |z (OCoLC)858762293  |z (OCoLC)868231824  |z (OCoLC)966385589  |z (OCoLC)1065701529  |z (OCoLC)1103261202  |z (OCoLC)1105767414  |z (OCoLC)1112602223  |z (OCoLC)1112930239  |z (OCoLC)1113110092  |z (OCoLC)1129342147  |z (OCoLC)1153004375  |z (OCoLC)1159616469  |z (OCoLC)1192334603  |z (OCoLC)1235834794  |z (OCoLC)1240510021  |z (OCoLC)1262671907 
050 4 |a TK7895.E42  |b I27 2014eb 
072 7 |a TEC  |x 009000  |2 bisacsh 
082 0 4 |a 629.89 
100 1 |a Ibrahim, Dogan,  |e author. 
245 1 0 |a Designing embedded systems with 32-bit PIC microcontrollers and MikroC /  |c Dogan Ibrahim. 
250 |a First edition. 
264 1 |a Oxford, UK :  |b Newnes,  |c [2014] 
264 4 |c �2014 
300 |a 1 online resource (491 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
588 0 |a Online resource; title from PDF title page (ebrary, viewed September 16, 2013). 
505 0 |a Front Cover; Designing Embedded Systems with 32-Bit PIC Microcontrollers and MikroC; Copyright; Contents; Preface; Acknowledgments; Chapter 1 -- Microcomputer Systems; 1.1 Introduction; 1.2 Microcontroller Systems; 1.3 Microcontroller Features; 1.4 Microcontroller Architectures; 1.5 8, 16, or 32Bits?; 1.6 Number Systems; 1.7 Converting Binary Numbers into Decimal; 1.8 Converting Decimal Numbers into Binary; 1.9 Converting Binary Numbers into Hexadecimal; 1.10 Converting Hexadecimal Numbers into Binary; 1.11 Converting Hexadecimal Numbers into Decimal. 
505 8 |a 1.12 Converting Decimal Numbers into Hexadecimal1.13 Converting Octal Numbers into Decimal; 1.14 Converting Decimal Numbers into Octal; 1.15 Converting Octal Numbers into Binary; 1.16 Converting Binary Numbers into Octal; 1.17 Negative Numbers; 1.18 Adding Binary Numbers; 1.19 Subtracting Binary Numbers; 1.20 Multiplication of Binary Numbers; 1.21 Division of Binary Numbers; 1.22 Floating Point Numbers; 1.23 Converting a Floating Point Number into Decimal; 1.24 Binary Coded Decimal Numbers; 1.25 The American Standard Code for Information Interchange Table; 1.26 Summary; 1.27 Exercises. 
505 8 |a Chapter 2 -- PIC32 Microcontroller Series2.1 The PIC32MX360F512L Architecture; 2.2 Summary; 2.3 Exercises; Chapter 3 -- C Programming for 32-Bit PIC Microcontrollers; 3.1 Structure of a Simple mikroC Pro for PIC32 Program; 3.2 Functions; 3.3 PIC32 Microcontroller Specific Features; 3.4 Summary; 3.5 Exercises; Chapter 4 -- mikroC Pro for PIC32 Built-in Library Functions; 4.1 ADC Library; 4.2 LCD Library; 4.3 Software UART Library; 4.4 Hardware UART Library; 4.5 Sound Library; 4.6 ANSI C Library; 4.7 Miscellaneous Library; 4.8 Summary; 4.9 Exercises. 
505 8 |a Chapter 5 -- PIC32 Microcontroller Development Tools5.1 Software Development Tools; 5.2 Hardware Development Tools; 5.3 mikroC Pro for PIC32 IDE; 5.4 Summary; 5.5 Exercises; Chapter 6 -- Microcontroller Program Development; 6.1 Using the Program Description Language and Flowcharts; 6.2 Examples; 6.3 Representing for Loops in Flowcharts; 6.4 Summary; 6.5 Exercises; Chapter 7 -- Simple PIC32 Microcontroller Projects; 7.1 Project 7.1-LED DICE; 7.2 Project 7.2-Liquid-Crystal Display Event Counting; 7.3 Project 7.3-Creating a Custom LCD Character; 7.4 Project 7.4-LCD Progress Bar. 
505 8 |a 7.5 Project 7.5-Shifting Text on LCD7.6 Project 7.6-External Interrupt-Based Event Counting Using LCD; 7.7 Project 7.7-Switch Contact Debouncing; 7.8 Project 7.8-Timer Interrupt-Based Counting; 7.9 Project 7.9-Temperature Measurement and Display on LCD; 7.10 Project 7.10-Playing a Melody; 7.11 Project 7.11-Playing a Melody Using Push-Button Switches; 7.12 Project 7.12-Generating Sine Wave Using D/A Converter; 7.13 Project 7.13-Communicating with a PC Using the RS232 PORT; 7.14 Project 7.14-Scrolling LCD Display; Chapter 8 -- Advanced PIC32 Projects. 
520 |a The new generation of 32-bit PIC microcontrollers can be used to solve the increasingly complex embedded system design challenges faced by engineers today. This book teaches the basics of 32-bit C programming, including an introduction to the PIC 32-bit C compiler. It includes a full description of the architecture of 32-bit PICs and their applications, along with coverage of the relevant development and debugging tools. Through a series of fully realized example projects, Dogan Ibrahim demonstrates how engineers can harness the power of this new technology to optimize their embedded design. 
542 |f Copyright: Elsevier Science & Technology  |g 2014 
542 |f Copyright &#169: Elsevier Science & Technology  |g 2014 
650 0 |a Embedded computer systems  |x Design and construction. 
650 0 |a Microcontrollers  |x Design and construction. 
650 7 |a TECHNOLOGY & ENGINEERING  |x Engineering (General)  |2 bisacsh 
650 7 |a Embedded computer systems  |x Design and construction  |2 fast  |0 (OCoLC)fst00908300 
776 0 8 |i Print version:  |a Ibrahim, Dogan.  |t Designing Embedded Systems with 32-Bit PIC Microcontrollers and MikroC.  |d Burlington : Elsevier Science, �2013  |z 9780080977867 
856 4 0 |u https://sciencedirect.uam.elogim.com/science/book/9780080977867  |z Texto completo