Embedded Systems Fundamentals with ARM Cortex-M based Microcontrollers: A Practical Approach FRDM-KL25Z Edition
₡32.000

Embedded Systems Fundamentals with ARM Cortex-M based Microcontrollers: A Practical Approach FRDM-KL25Z Edition

Alexander G. Dean

Embedded Systems Fundamentals with ARM Cortex-M based Microcontrollers: A Practical Approach FRDM-KL25Z Edition Embedded Systems Fundamentals with ARM Cortex-M based Microcontrollers: A Practical Approach FRDM-KL25Z Edition

Embedded Systems Fundamentals with ARM Cortex-M based Microcontrollers: A Practical Approach FRDM-KL25Z Edition

Alexander G. Dean

₡32.000
+ ¢2,800 de envío o gratis en pedidos mayores a ¢35,000
×

GO es una membresía anual que te brinda mayores beneficios para que podás disfrutár de la mejor experiencia de compra. El costo de la membresía es ¢14,900 por año.
Beneficios
  • ✔ Envío gratis siempre
  • ✔ Precios exclusivos
  • ✔ Soporte prioritario
Ver más detalles
×

Opciones de Envío

Las opciones de envío dependen de si el producto es elegible para entrega rápida o no. Podés distinguirlos por el icono de camión:

Elegible Entrega Rápida Tiempo Costo
2 Horas ¢3,500
Mismo Día ¢3,200
2 a 3 Días GRATIS*
No 3 a 5 Días GRATIS*

Excepciones

*Envío Gratis: El envío es GRATIS en órdenes mayores a ¢35,000, caso contrario es ¢2,800.

2 Horas: Entrega 2 Horas es con Uber Direct en zonas especificas y esta disponible de 8am a 1pm.

Mismo Día: Para entrega Mismo Día la orden debe ser realizada antes de las 2pm, caso contrario se convierte en Siguiente Día.

Línea Blanca: Línea blanca y otros productos pesados tienen un costo de envío de ¢10,000 en GAM y ¢25,000 fuera de GAM.

Libros: La mayoría de libros requieren de un proceso de importación y el tiempo de entrega es de 15 a 20 días naturales.

Correos de Costa Rica: En órdenes mayores a ¢35,000, cubrimos el costo del primer Kilo, el Kilo adicional tiene un costo de ¢1,300.

Encomiendas: Las Encomiendas tienen un costo de envío de ¢4,000 y se retiran en la terminal de buses seleccionada.

Fuera del GAM: El tiempo de entrega corresponde al tiempo que demoramos en entregar al servicio de mensajería que seleccionaste.

Unimart GO

Entrega Rápida Mismo Día
Ver opciones de envío aquí

tarjeta

Tarjeta Davivienda Unimart
Hasta 24 cuotas 0% interés aquí

×

Pedidos Internacionales

¿Cual es el tiempo de entrega en este tipo de producto?

Los pedidos internacionales tienen un tiempo de entrega de 15 a 20 días naturales puesto deben pasar por un proceso de importación al país.

¿Porque ofrecen este tipo de producto que aun no esta en el país?

Nos permite brindarte mas amplitud de opciones sin que vos tengas que hacer el trámite de importación. Nosotros lo entregamos directo en tu casa y el precio que ves publicado es el precio que vos pagás. Sin sorpresas.

Unimart GO

Pedido Internacional Entrega 15 a 20 Días
¿Porque este tiempo de entrega?

Cantidad:

¿Por qué comprar con Unimart?
Unimart garantia Garantía y respaldo local
Unimart excelente servicio Excelente servicio
Los mejores precios Los mejores precios

Pagos:

×

Métodos de Pago

Podés elegir cualquiera de las siguientes opciones de pago:

A) Tarjeta de Crédito o Débito

B) Cuotas de Credomatic, Credix y Davivienda

C) Transferencia Bancaria

D) SINPE Móvil

E) Zunify

Tarjeta, Transferencia, SINPE Móvil, Zunify Más info

En cuotas:

×

Opciones de Cuotas

Tarjeta Programa Cantidad de Cuotas Cuota
Credomatic Tasa Cero 3 ₡10.667
Credomatic Tasa Cero 6 ₡5.333
Credomatic Tasa Cero 12 ₡2.667
Credomatic Mini Cuotas 24 ₡1.879
Credix 0% interés 3 ₡10.667
Credix 0% interés 6 ₡5.333
Credix 0% interés 10 ₡3.200
Credix Cuoticas 3.2% 24 ₡1.930
Credix Cuoticas 3.2% 36 ₡1.510
Davivienda Paguitos 0% 3 ₡10.667
Davivienda Paguitos 0% 6 ₡5.333
Davivienda Paguitos 0% 12 ₡2.667
Davivienda Unimart Paguitos 0% 18 ₡1.778
Davivienda Unimart Paguitos 0% 24 ₡1.333
Ver cuotas
Descripción

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.

Detalles
Formato Tapa suave
Número de Páginas 316
Lenguaje Inglés
Editorial Arm Education Media UK
Fecha de Publicación 2017-03-28
Dimensiones 9.69" x 7.44" x 0.66" pulgadas
Letra Grande No
Con Ilustraciones No
Garantía & Otros
Garantía: 30 dias por defectos de fabrica
Peso: 0.567 kg
SKU: 9781911531036
Publicado en Unimart.com: 14/01/24
Feedback:
¿Viste un precio más bajo? Queremos saber.
×

Informános Sobre un Mejor Precio

Embedded Systems Fundamentals with ARM Cortex-M based Microcontrollers: A Practical Approach FRDM-KL25Z Edition


¿Viste un precio más bajo? Queremos saber. Aunque no podemos igualar todos los precios, usaremos tus comentarios para asegurarnos que nuestros precios sean competitivos.

¿Adonde viste un precio más bajo?

×
Embedded Systems Fundamentals with ARM Cortex-M based Microcontrollers: A Practical Approach FRDM-KL25Z Edition

Embedded Systems Fundamentals with ARM Cortex-M based Microcontrollers: A Practical Approach FRDM-KL25Z Edition

Opiniones & Preguntas