Vendeur : Better World Books: West, Reno, NV, Etats-Unis
EUR 26,83
Quantité disponible : 3 disponible(s)
Ajouter au panierEtat : Good. Used book that is in clean, average condition without any missing pages.
Vendeur : Better World Books: West, Reno, NV, Etats-Unis
EUR 26,83
Quantité disponible : 1 disponible(s)
Ajouter au panierEtat : Very Good. Used book that is in excellent condition. May show signs of wear or have minor defects.
Vendeur : Better World Books, Mishawaka, IN, Etats-Unis
EUR 26,83
Quantité disponible : 1 disponible(s)
Ajouter au panierEtat : Very Good. Used book that is in excellent condition. May show signs of wear or have minor defects.
Vendeur : Textbooks_Source, Columbia, MO, Etats-Unis
EUR 23,30
Quantité disponible : 10 disponible(s)
Ajouter au panierpaperback. Etat : Good. Ships in a BOX from Central Missouri! May not include working access code. Will not include dust jacket. Has used sticker(s) and some writing or highlighting. UPS shipping for most packages, (Priority Mail for AK/HI/APO/PO Boxes).
Vendeur : Textbooks_Source, Columbia, MO, Etats-Unis
EUR 29,12
Quantité disponible : 4 disponible(s)
Ajouter au panierpaperback. Etat : New. Ships in a BOX from Central Missouri! UPS shipping for most packages, (Priority Mail for AK/HI/APO/PO Boxes).
Vendeur : GreatBookPrices, Columbia, MD, Etats-Unis
EUR 37,22
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Vendeur : GreatBookPrices, Columbia, MD, Etats-Unis
EUR 37,22
Quantité disponible : 1 disponible(s)
Ajouter au panierEtat : New.
Edité par Arm Education Media UK 3/28/2017, 2017
ISBN 10 : 1911531034 ISBN 13 : 9781911531036
Langue: anglais
Vendeur : BargainBookStores, Grand Rapids, MI, Etats-Unis
EUR 39,57
Quantité disponible : 5 disponible(s)
Ajouter au panierPaperback or Softback. Etat : New. Embedded Systems Fundamentals with Arm Cortex-M Based Microcontrollers: A Practical Approach. Book.
Edité par Arm Education Media 2/10/2021, 2021
ISBN 10 : 1911531263 ISBN 13 : 9781911531265
Langue: anglais
Vendeur : BargainBookStores, Grand Rapids, MI, Etats-Unis
EUR 39,57
Quantité disponible : 5 disponible(s)
Ajouter au panierPaperback or Softback. Etat : New. Embedded Systems Fundamentals with Arm Cortex-M based Microcontrollers: A Practical Approach Nucleo-F091RC Edition. Book.
Vendeur : Lucky's Textbooks, Dallas, TX, Etats-Unis
EUR 36,63
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Vendeur : Lucky's Textbooks, Dallas, TX, Etats-Unis
EUR 37,04
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Vendeur : Best Price, Torrance, CA, Etats-Unis
EUR 33,30
Quantité disponible : 2 disponible(s)
Ajouter au panierEtat : New. SUPER FAST SHIPPING.
Vendeur : GreatBookPrices, Columbia, MD, Etats-Unis
EUR 40,35
Quantité disponible : 1 disponible(s)
Ajouter au panierEtat : As New. Unread book in perfect condition.
Vendeur : GreatBookPrices, Columbia, MD, Etats-Unis
EUR 42,60
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : As New. Unread book in perfect condition.
Vendeur : Bookbot, Prague, Rébublique tchèque
EUR 31,49
Quantité disponible : 1 disponible(s)
Ajouter au panierSoftcover. Etat : Fine. Leichte Risse. This textbook introduces students to embedded systems using the ARM Cortex-M0+ CPU-based Kinetis KL25Z MCU. It introduces practical multitasking on the CPU, to improve responsiveness and software modularity while reducing CPU overhead.
Edité par ARM Education Media, Cambridge, 2017
ISBN 10 : 1911531034 ISBN 13 : 9781911531036
Langue: anglais
Vendeur : Grand Eagle Retail, Bensenville, IL, Etats-Unis
EUR 49,26
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. Microcontrollers are embedded into larger systems to provide benefits such as better performance, more features, better efficiency, lower costs and better dependability. This textbook introduces students to creating microcontroller-based embedded systems featuring an ARM Cortex-M CPU core.Chapter 1 introduces students to the concepts of MCU-based embedded systems, and how they differ from general-purpose computers. It then introduces the ARM Cortex-M0+ CPU, the Kinetis KL25Z MCU, and the low cost FRDM-KL25Z MCU development board.Chapter 2 presents the general purpose I/O peripheral to provide an early, hands-on experience with reading switches and lighting LEDs using C code. It also introduces the CMSIS hardware abstraction layer, which simplifies software access to peripherals.Chapter 3 introduces multitasking on the CPU, with the goals of improving responsiveness and software modularity while reducing CPU overhead. The interplay of interrupts, peripherals and schedulers (both cooperative and preemptive) is examined.Chapter 4 presents the ARM Cortex-M0+ processor core, including organization, registers, memory, and instruction set. It then discusses interrupts and exceptions, including CPU response and hardware configuration. Designing software for a system with interrupts is discussed, including program design (including partitioning work), interrupt configuration, writing handlers in C, and sharing data safely given preemption.Chapter 5 first gives an overview of tool-chain which translates a program from C source code to executable object code. It then shows side-by-side the source code and the object code the tool-chain has generated to implement it. Topics covered include functions, arguments, return values, activation records, exception handlers, control flow constructs for loops and selection, memory allocation and use, and accessing data in memory.Chapter 6 presents analog interfacing, starting with theory and ending with practical implementations. Quantization and sampling are presented as a foundation for digital to analog conversion, and analog to digital conversion. The DAC, ADC and analog comparator peripherals are presented and used.Chapter 7 presents timer peripherals and their use for generating a periodic interrupt or a pulse-width modulated signal, or for measuring elapsed time or a signal's frequency. Watchdog timers, used to detect and reset an out-of-control program, are also discussed. The SysTick, PIT, TPM and COP timers are examined.Chapter 8 discusses serial communications, starting with the fundamentals of data serialization, framing, error detection, media access control and addressing. Software queues are introduced to show how to buffer data between communication ISRs and other parts of the program. Three protocols and their supporting peripherals are investigated next: SPI, asynchronous serial (UART) and I2C. UART communication is demonstrated using the FRDM-KL25Z's debug MCU as a serial port bridge over USB to the PC. I2C communication is demonstrated using the FRDM-KL25Z's built-in 3 axis accelerometer with I2C interface.Chapter 9 introduces the direct memory access peripheral and its ability to transfer data autonomously, offloading work from the CPU and offering dramatically improved performance. Examples include using DMA for bulk data copying, and for DAC-based analog waveform generation with precise timing.An appendix covers how to measure the power and energy use on the FRDM-KL25Z board, including disconnecting the debug MCU to reduce power. Energy measurement using an ultracapacitor is also presented.For use in ECE, EE, and CS departments. This textbook introduces students to embedded systems using the ARM Cortex-M0+ CPU-based Kinetis KL25Z MCU. It introduces pra Shipping may be from multiple locations in the US or from the UK, depending on stock availability.
Vendeur : Rarewaves USA, OSWEGO, IL, Etats-Unis
EUR 53,26
Quantité disponible : Plus de 20 disponibles
Ajouter au panierPaperback. Etat : New. 2nd Nucleo-F091rc ed.
Vendeur : Phatpocket Limited, Waltham Abbey, HERTS, Royaume-Uni
EUR 41,82
Quantité disponible : 2 disponible(s)
Ajouter au panierEtat : Good. Your purchase helps support Sri Lankan Children's Charity 'The Rainbow Centre'. Ex-library, so some stamps and wear, but in good overall condition. Our donations to The Rainbow Centre have helped provide an education and a safe haven to hundreds of children who live in appalling conditions.
Edité par ARM Education Media, GB, 2017
ISBN 10 : 1911531034 ISBN 13 : 9781911531036
Langue: anglais
Vendeur : Rarewaves.com USA, London, LONDO, Royaume-Uni
EUR 54,55
Quantité disponible : Plus de 20 disponibles
Ajouter au panierPaperback. Etat : New.
Vendeur : Rarewaves.com USA, London, LONDO, Royaume-Uni
EUR 55,27
Quantité disponible : Plus de 20 disponibles
Ajouter au panierPaperback. Etat : New. 2nd Nucleo-F091rc ed.
Vendeur : Ria Christie Collections, Uxbridge, Royaume-Uni
EUR 42,48
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. In.
Edité par ARM Education Media UK 2017-03-28, 2017
ISBN 10 : 1911531034 ISBN 13 : 9781911531036
Langue: anglais
Vendeur : Chiron Media, Wallingford, Royaume-Uni
EUR 40,29
Quantité disponible : 10 disponible(s)
Ajouter au panierPaperback. Etat : New.
Edité par ARM Education Media 2021-02, 2021
ISBN 10 : 1911531263 ISBN 13 : 9781911531265
Langue: anglais
Vendeur : Chiron Media, Wallingford, Royaume-Uni
EUR 40,34
Quantité disponible : 10 disponible(s)
Ajouter au panierPF. Etat : New.
Vendeur : GreatBookPricesUK, Woodford Green, Royaume-Uni
EUR 41,51
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Vendeur : GreatBookPricesUK, Woodford Green, Royaume-Uni
EUR 42,47
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Vendeur : Ria Christie Collections, Uxbridge, Royaume-Uni
EUR 47,18
Quantité disponible : 2 disponible(s)
Ajouter au panierEtat : New. In.
Vendeur : GreatBookPricesUK, Woodford Green, Royaume-Uni
EUR 47,68
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : As New. Unread book in perfect condition.
Vendeur : GreatBookPricesUK, Woodford Green, Royaume-Uni
EUR 47,43
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : As New. Unread book in perfect condition.
Vendeur : Books Puddle, New York, NY, Etats-Unis
EUR 69,28
Quantité disponible : 4 disponible(s)
Ajouter au panierEtat : New. pp. 344.
Vendeur : Toscana Books, AUSTIN, TX, Etats-Unis
EUR 70,14
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Excellent Condition.Excels in customer satisfaction, prompt replies, and quality checks.