{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

嵌入式系统原理与接口技术(第2版)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

嵌入式系统原理与接口技术(第2版)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

本书以目前流行的ARM处理器及嵌入式Linux操作系统作为主线,从嵌入式系统基本原理、系统设计,到抽象出研究嵌入式系统的技术途径进行了较深入阐述。主要内容包括嵌入式处理器原理、汇编语言、系统设计与软件开发、计算机接口技术与应用等方面的知识,在讲解嵌入式系统设计过程和原理的过程中,结合了一些实例来进行,以加深读者理解;同时书中的很多内容都是作者实际教学经验的总结,适合在国内高校中推广使用。读者可以通过认识、理解硬件结构、软件编程基础知识,掌握设计一个完整系统的本质,提高创建复杂系统的抽象能力。
本书可作为高等院校计算机、软件工程专业的硕士生、本科生教材,也可以作为电子工程、工业自动化、仪器仪表与机电工程等专业大三、大四学生的基础平台课的教材。
本书配套较完整的课件,这部分内容可从清华大学出版社网站(www.tup.com.cn)上下载。
Catalogue

第1章 嵌入式系统概述
1.1 嵌入式系统的基本概念..
1.1.1 嵌入式系统的定义
1.1.2 嵌入式系统的发展史
1.1 -3嵌入式系统的特点
1.2 嵌入式系统的分类
1.3 嵌入式处理器
1.4 嵌入式系统的组成
1.5 评估嵌入式系统处理器的主要指标
1.6 嵌入式系统的应用
1.7 嵌入式系统的发展趋势
思考题

第2章 ARM微处理器硬件结构
2.1 计算机体系结构分类
2.2 ARM的版本及系列
2.2.1 ARM体系结构版本
2.2.2.ARM处理器系列
2.3.ARM微处理器结构
2.3.1 ARM和’Thumb状态
2.3.2.ARM微处理器采用的相关技术
2.3.3 ARM7和ARM9硬件结构
2.4 存储系统机制
2.4.1 ARM存储系统
2.4..2 ARM的高速缓冲存储器(Cache)
2.4.-3ARM的存储管理单元(。MMU)
2.4..4 存储器映射的输入/输出
思考题

第3章 ARM寻址方式与指令系统
3.1 ARM编程模型
3.1.1 处理器模式
3.1.2 处理器工作状态
3.1.3 寄存器组织
3.1.4 异常中断
3.2 ARM指令格式及其寻址方式
3.2.1 ARM指令的一般格式
3.2.2 条件域
3.2.3 寻址方式
3.3 ARM指令集
3.3.1 数据处理指令
3.3.2 跳转指令
3.3.3 Load/Store指令
3.3.4 程序状态寄存器指令
3.3.5 协处理器指令
3.3.6 异常中断指令
3.4 Thumb指令集
3.4.1 数据处理指令
3.4.2 跳转指令
3.4.3 Load/Store指令
3.4.4 软件中断指令
3.5 汇编语言源程序格式
3.5.1 汇编语言程序的结构
3.5.2 汇编语言的行构成
3.5.3 伪操作
3.6 汇编语言上机过程
3.6.1 编辑汇编语言源程序
3.6.2 编译汇编语言源程序
3.6.3 连接装配汇编程序
3.6.4 汇编程序的运行
3.6.5 汇编程序的调试
思考题

第4章 嵌入式操作系统
4.1 嵌入式操作系统概述
4.1.1 操作系统的发展
4.1.2 嵌入式操作系统的特点
4.1 _3嵌入式操作系统与通用操作系统的区别
4.2 嵌入式操作系统的相关概念
4.2.1 代码临界段
4.2.2 资源与共享资源
4.2.3 互斥(Mutex)
4.2.4 任务与任务切换
4.2.5 内核
4.2.6 调度
4.2.7 堆和栈
4.3 常见的嵌入式操作系统
4.3.1 PalmOS
4.3.2 WindowsCE
4.3.3 VxWorks
4.3.4 uC/OS-Ⅱ
4.3.5 Linux
4.4 嵌入式实时操作系统
4.4.1 实时操作系统的必要性
4.4.2 实时操作系统与通用操作系统的区别
4.4.3 嵌入式实时操作系统
4.4.4 何时需要RTOS
4.5 嵌入式Linux操作系统
4.5.1 认识Linux操作系统
4.5.2 嵌入式Linux的优势
4.5.3 嵌入式Linux的实时性
4.5.4 嵌入式Linux的发展方向
4.5.5 嵌入式文件系统简介

第5章 ARM接口设计技术
5.1 键盘接口
5.1.1 键盘概述
5.1.2 用ARM芯片实现键盘接口
5.1.3 行扫描法获取键值的程序
5.2 LED显示器接口
5.2.1 概述
5.2.2 用ARM芯片S3C44BOX实现LED显示接口
5.3 LCD显示器接口
5.3.1 概述
5.3.2 S3C44BOX的内部LCD控制器
5.3.3 LCD应用实例
5.4 触摸屏
5.4.1 触摸屏的工作原理
5.4.2 触摸屏的驱动芯片ADS7843
5.4.3 触摸屏的接口
5.5 通信接口
5.5.1 UART异步串行接口
5.5.2 LJSB接口
5.5.3 以太网接口
5.5.4 IIC接口
5.5.5 CAN总线接口
5.6 中断接口
5.6.1 概述
5.6.2 控制中断的寄存器
5.6.3 外部中断的应用
5.7.A/D和D/A转换
5.7.1 A/D(模/数)转换器
5.7.2 D/A(数/模)转换器
5.8 ARM的JTAG接口
5.8.1 JTAG的基本知识
5.8.2 ARM的JTAG调试结构
5.8.3 ARM7TDMI内核的JTAG扫描链结构
5.8.4.ARM7TDMI中通过JTAG对外设的访问思考题

第6章 嵌入式系统设计技术
6.1 嵌入式系统设计的特点
6.2 嵌入式系统的组成
6.3 嵌入式系统的设计流程
6.3.1 需求分析阶段
6.3.2 规格说明阶段
6.3 -3体系结构设计
6.3.4 设计硬件构件和软件构件
6.3.5 系统集成和测试
6.4.设计示例:车载GPS终端系统的设计
6.4.1 统一建模语言UML及其特点和组成
6.4.2 UML在车载GPS终端设计中的应用
思考题

第7章 嵌入式实验平台
7.1 SamsungS3C44BOX微处理器
7.1.1 SamsungS3C44BOX简介
7.1.2 SamsungS3C44BOX特性
7.1.3 SamsungS3C44BOX引脚分布及引脚定义
7.1.4 基于SamsungS3C44BOX的嵌入式结构
7.2 UP.NETARM3000嵌入式平台
7.2.1 系统组成
7.2.2 硬件资源
7.2.3 系统安装
7.3 基于UP.NETARM3000平台的实验实例
7.3.1 开发环境与基础编程
7.3.2 键盘与LED驱动实验
7.3.3 电机控制实验
7.3.4 LCD实验
附录 A93C44BOX端口引脚定义
参考文献
Book Abstract

2.现代计算机技术的两大分支
由于嵌入式系统要嵌入到对象体系中,实现的是对象的智能化控制,因此它有着与通用计算机系统完全不同的技术要求与技术发展方向。
通用计算机系统的技术要求是高速、海量的数据计算,技术发展方向是总线速度的无限提升、存储容量的无限扩大;而嵌入式系统的技术要求则是对象的智能化控制能力,技术发展方向是与对象体系密切相关的嵌入性能、控制能力与控制的可靠性。
早期,人们勉为其难地将通用计算机系统进行改装,在大型设备中实现嵌入式应用。然而,对于众多的对象体系(如家用电器、仪器仪表、工控单元……),无法嵌入通用计算机系统,况且嵌入式系统与通用计算机系统的技术发展方向完全不同,因此必须独立地发展通用计算机系统与嵌入式系统,这就形成了现代计算机技术发展的两大分支。
如果说微型机的出现使计算机进入到现代计算机发展阶段,那么嵌入式系统的诞生,则标志着计算机进入了通用计算机系统与嵌入式系统两大分支并行发展时代,从而极大地推动了20世纪末计算机的高速发展。
3.两大分支发展的里程碑事件
通用计算机系统与嵌入式系统的专业化分工发展,导致20世纪末、21世纪初计算机技术的飞速发展。计算机专业领域集中精力发展通用计算机系统的软、硬件技术,不必兼顾嵌入式应用要求,通用微处理器迅速从286、386、486发展到奔腾系列,乃至当前的酷睿双核;操作系统则迅速扩张了计算机高速、海量的数据处理能力,使通用计算机系统进入到一个相对比较成熟的阶段。
嵌入式系统则走上了一条完全不同的道路,这条独立发展的道路就是单芯片化。它动员了原有的传统电子系统领域的厂家与专业人士,接过起源于计算机领域的嵌入式系统,承担起发展与普及嵌入式系统的历史任务,迅速地将传统的电子系统发展到智能化的现代电子系统。
现代计算机技术发展的两大分支的里程碑意义在于:它不仅形成了计算机发展的专业化分工,而且将发展计算机技术的任务扩展到传统的电子系统领域,使计算机成为进入人类社会全面智能化时代的有力工具。
Introduction

嵌入式系统融合了计算机软/硬件技术、通信技术和半导体微电子技术,在工业、民用和商业领域中,各种嵌入式产品应用日益广泛。随着网络与通信技术的发展,正在涌现出大量新的嵌入式系统。
在众多嵌入式系统厂家的共同参与、推动下,基于ARM系列处理器的应用技术在多个领域已取得突破性进展。例如,Intel公司将ARM系列向更高端的嵌入式系统发展,而Philips公司则在向高端嵌入式系统发展的同时,将其触角延伸到低端的8位和16位机的高端应用,体现了各自的特点,并充分发挥了各自的优势。作者结合几年来在嵌入式系统领域教学与开发的经验,以ARM嵌入式微处理器、嵌入式L,inux作为主线,从嵌入式系统基本原理、系统设计,到抽象出研究嵌入式系统的技术途径进行了深入的阐述,力求将嵌入式系统开发与应用技术全面介绍给读者,提高设计一个完整嵌入式系统的能力。
本书共分7章,各章内容安排如下。
◇第1章:介绍嵌入式系统开发的基础知识,内容包括嵌入式系统的基本概念、组成结构、系统分类、信息表示、基本运算、性能评价指标、应用和发展趋势。
◇第2章:介绍.ARM微处理器技术,包括ARM的体系结构、处理器分类、流水线技术、存储器结构、总线操作。
◇第3章:介绍ARM指令集、Thumb指令集和ARM汇编程序设计技术。首先给出了ARM处理器编程模型、寻址方式、ARM指令集和Thumb指令集,然后依次讲述汇编语言结构与组成以及ARM汇编语言程序设计。
◇第4章:给出了嵌入式操作系统的基本概念和工作原理,并着重介绍嵌入式Linux操作系统基本知识。
◇第5章:以ARM7架构芯片——Samsung公司的S3C44BOX为例,详细介绍实用的外围接口设计与开发技术。主要内容包括键盘接口、LED显示器接口、LCD显示器接口、触摸屏原理与接口设计、异步串行通信接口、IJSB接口、以太网接口、IIC和CAN总线接口、中断原理与接口、A/D和D/A转换原理,以及可直接控制ARM的内部总线、I/O口、JTAG接口等知识。

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book