FirstCity
Welcome to First City University College Library iPortal | library@firstcity.edu.my | +603-7735 2088 (Ext. 519)

ARM Cortex M4 cookbook : (Record no. 51951)

MARC details
000 -LEADER
fixed length control field 08601cam a2200601Ii 4500
001 - CONTROL NUMBER
control field ocn945699462
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20200827113939.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 cnu---unuuu
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 160330s2016 enka o 001 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency UMI
Language of cataloging eng
Description conventions rda
-- pn
Transcribing agency UMI
Modifying agency OCLCF
-- NLE
-- KSU
-- DEBBG
-- C6I
-- OCLCQ
-- DEBSZ
-- GILDS
-- CEF
-- AU@
-- N$T
-- AGLDB
-- IGB
-- MERER
-- OCLCQ
-- AUW
-- BTN
-- INTCL
-- MHW
-- SNK
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781782176510
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1782176519
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Canceled/invalid ISBN 9781782176503
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Canceled/invalid ISBN 1782176500
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier CHVBK
System control number 363144455
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier CHBIS
System control number 010619195
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier DEBBG
System control number BV043969124
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier DEBSZ
System control number 485796384
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier GBVCP
System control number 88275419X
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)945699462
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number TK5102.9
072 #7 - SUBJECT CATEGORY CODE
Subject category code TEC
Subject category code subdivision 009070
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 621.3822
Edition number 23
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Fisher, Mark,
Titles and words associated with a name Dr.,
Relator term author.
245 10 - TITLE STATEMENT
Title ARM Cortex M4 cookbook :
Remainder of title over 50 hands-on recipes that will help you develop amazing real-time applications using GPIO, RS232, ADC, DAC, timers, audio codecs, graphics LCD, and a touch screen /
Statement of responsibility, etc. Dr. Mark Fisher.
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Place of production, publication, distribution, manufacture Birmingham, UK :
Name of producer, publisher, distributor, manufacturer Packt Publishing Ltd.,
Date of production, publication, distribution, manufacture, or copyright notice 2016.
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
490 1# - SERIES STATEMENT
Series statement Quick answers to common problems
588 ## - SOURCE OF DESCRIPTION NOTE
Source of description note Description based on online resource; title from cover (viewed March 30, 2016).
500 ## - GENERAL NOTE
General note Includes index.
520 8# - SUMMARY, ETC.
Summary, etc. Annotation
Expansion of summary note Over 50 hands-on recipes that will help you develop amazing real-time applications using GPIO, RS232, ADC, DAC, timers, audio codecs, graphics LCD, and a touch screenAbout This Book This book focuses on programming embedded systems using a practical approach Examples show how to use bitmapped graphics and manipulate digital audio to produce amazing games and other multimedia applications The recipes in this book are written using ARM's MDK Microcontroller Development Kit which is the most comprehensive and accessible development solutionWho This Book Is ForThis book is aimed at those with an interest in designing and programming embedded systems. These could include electrical engineers or computer programmers who want to get started with microcontroller applications using the ARM Cortex-M4 architecture in a short time frame. The book's recipes can also be used to support students learning embedded programming for the first time. Basic knowledge of programming using a high level language is essential but those familiar with other high level languages such as Python or Java should not have too much difficulty picking up the basics of embedded C programming.What You Will Learn Use ARM's uVision MDK to configure the microcontroller run time environment (RTE), create projects and compile download and run simple programs on an evaluation board. Use and extend device family packs to configure I/O peripherals. Develop multimedia applications using the touchscreen and audio codec beep generator. Configure the codec to stream digital audio and design digital filters to create amazing audio effects. Write multi-threaded programs using ARM's real time operating system (RTOS). Write critical sections of code in assembly language and integrate these with functions written in C. Fix problems using ARM's debugging tool to set breakpoints and examine variables. Port uVision projects to other open source development environments.In DetailEmbedded microcontrollers are at the core of many everyday electronic devices. Electronic automotive systems rely on these devices for engine management, anti-lock brakes, in car entertainment, automatic transmission, active suspension, satellite navigation, etc. The so-called internet of things drives the market for such technology, so much so that embedded cores now represent 90% of all processor's sold. The ARM Cortex-M4 is one of the most powerful microcontrollers on the market and includes a floating point unit (FPU) which enables it to address applications.The ARM Cortex-M4 Microcontroller Cookbook provides a practical introduction to programming an embedded microcontroller architecture. This book attempts to address this through a series of recipes that develop embedded applications targeting the ARM-Cortex M4 device family. The recipes in this book have all been tested using the Keil MCBSTM32F400 board. This board includes a small graphic LCD touchscreen (320x240 pixels) that can be used to create a variety of 2D gaming applications. These motivate a younger audience and are used throughout the book to illustrate particular hardware peripherals and software concepts.C language is used predominantly throughout but one chapter is devoted to recipes involving assembly language. Programs are mostly written using ARM's free microcontroller development kit (MDK) but for those looking for open source development environments the book also shows how to configure the ARM-GNU toolchain. Some of the recipes described in the book are the basis for laboratories and assignments undertaken by undergraduates.Style and approachThe ARM Cortex-M4 Cookbook is a practical guide full of hands-on recipes. It follows a step-by-step approach that allows you to find, utilize and learn ARM concepts quickly.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: A Practical Introduction to ARM� CORTEX�; Introduction; Installing uVision5; Linking an evaluation board; Running an example program; Writing a simple program; Understanding the simple use of GPIO; Estimating microcontroller performance; Chapter 2: C Language Programming; Introduction; Configuring the hardware abstraction layer; Writing a C program to blink each LED in turn; Writing a function; Writing to the console window; Writing to the GLCD.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Creating a game application -- Stage 1Creating a game application -- stage 2; Debugging your code using print statements; Using the debugger; Chapter 3: Programming I/O; Introduction; Performing arithmetic operations; Illustrating machine storage classes; Configuring GPIO ports; Configuring UART ports; Handling interrupts; Using timers to create a digital clock; Chapter 4: Assembly Language Programming; Introduction; Writing Cortex-M4 assembly language; Passing parameters between C and the assembly language; Handling interrupts in assembly language; Implementing a jump table.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Debugging assembly languageChapter 5: Data Conversion; Introduction; Setting up the ADC; Configuring general-purpose timers; Using timers to trigger conversions; Setting up the DAC; Generating a sine wave; Chapter 6: Multimedia Support; Introduction; Setting the RTE for the I2C Peripheral Bus; How to use the LCD touchscreen; Writing a driver for the audio codec; How to use the audio codec; How to use the camera; Designing bitmapped graphics; Ideas for games using sound and graphics; Chapter 7: Real-Time Signal Processing; Introduction; Configuring the audio codec.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note How to play prerecorded audioDesigning a low-pass digital filter; How to make an audio tone control; Chapter 8: Real-Time Embedded Systems; Introduction; Multithreaded programs using event flags; Multithreaded programs using mailboxes; Why ensuring mutual exclusion is important when accessing shared resources; Why we must use a mutex to access the GLCD; How to write a multithreaded Pong game; Debugging programs that use CMSIS-RTOS; Chapter 9: Embedded Toolchain; Introduction; Installing GNU ARM Eclipse; Programming the MCBSTM32F400 evaluation board; How to use the STM32CubeMX Framework (API)
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Signal processing
General subdivision Digital techniques.
Authority record control number or standard number http://id.loc.gov/authorities/subjects/sh85122398
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element ARM microprocessors.
Authority record control number or standard number http://id.loc.gov/authorities/subjects/sh2015001756
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element TECHNOLOGY & ENGINEERING / Mechanical.
Source of heading or term bisacsh
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element ARM microprocessors.
Source of heading or term fast
Authority record control number or standard number (OCoLC)fst01922993
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Signal processing
General subdivision Digital techniques.
Source of heading or term fast
Authority record control number or standard number (OCoLC)fst01118285
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Quick answers to common problems.
Authority record control number or standard number http://id.loc.gov/authorities/names/no2015091434
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://libproxy.firstcity.edu.my:8443/login?url=http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1201955">https://libproxy.firstcity.edu.my:8443/login?url=http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1201955</a>
938 ## -
-- EBSCOhost
-- EBSC
-- 1201955
994 ## -
-- 92
-- MYFCU

No items available.