EETOP 创芯网论坛 (原名:电子顶级开发网)

标题: Professional.Embedded.ARM.Development(2014.1).James.A.Langbridge [打印本页]

作者: jgao2000    时间: 2014-4-3 20:50
标题: Professional.Embedded.ARM.Development(2014.1).James.A.Langbridge
Professional.Embedded.ARM.Development(2014.1).James.A.Langbridge,新书
作者: jianping532    时间: 2014-4-6 12:06
什么资料,能说明下吗?
作者: zhengjianping02    时间: 2014-4-6 12:08
谢谢楼主的共享
作者: apteye    时间: 2014-4-7 10:58
xinshu,xie
作者: richyrichy    时间: 2014-4-11 07:30
This book is a very good introductory textbook for engineers who like to start works in embedded system domain.
作者: just_newbie    时间: 2014-4-16 14:34
学习学习了!!!
作者: stanley015    时间: 2014-5-7 16:40
先下来看看,希望有用
作者: meta    时间: 2014-5-13 05:33
Table of Contents
INTRODUCTION xxi

PART I: ARM SYSTEMS AND DEVELOPMENT

CHAPTER 1: THE HISTORY OF ARM 3

CHAPTER 2: ARM EMBEDDED SYSTEMS 13

CHAPTER 3: ARM ARCHITECTURE 29

CHAPTER 4: ARM ASSEMBLY LANGUAGE 53

CHAPTER 5: FIRST STEPS 73

CHAPTER 6: THUMB INSTRUCTION SET 107

CHAPTER 7: ASSEMBLY INSTRUCTIONS 121

CHAPTER 8: NEON 145

CHAPTER 9: DEBUGGING 159

CHAPTER 10: WRITING OPTIMIZED C 175

APPENDIX A: TERMINOLOGY 193

APPENDIX B: ARM ARCHITECTURE VERSIONS 199

APPENDIX C: ARM CORE VERSIONS 205

APPENDIX D: NEON INTRINSICS AND INSTRUCTIONS 215

APPENDIX E: ASSEMBLY INSTRUCTIONS 221

INDEX 247
作者: meta    时间: 2014-5-13 05:35
Description
A practical Wrox guide to ARM programming for mobile devices

With more than 90 percent of mobile phones sold in recent years using ARM-based processors, developers are eager to master this embedded technology. If you know the basics of C programming, this guide will ease you into the world of embedded ARM technology. With clear explanations of the systems common to all ARM processors and step-by-step instructions for creating an embedded application, it prepares you for this popular specialty.

While ARM technology is not new, existing books on the topic predate the current explosive growth of mobile devices using ARM and don't cover these all-important aspects. Newcomers to embedded technology will find this guide approachable and easy to understand.

Covers the tools required, assembly and debugging techniques, C optimizations, and more
Lists the tools needed for various types of projects and explores the details of the assembly language
Examines the optimizations that can be made to ensure fast code
Provides step-by-step instructions for a basic application and shows how to build upon it
Professional Embedded ARM Development prepares you to enter this exciting and in-demand programming field.
作者: meta    时间: 2014-5-13 05:38
完整的目录
INTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxi
➤ PART I ARM SYSTEMS AND DEVELOPMENT
CHAPTER 1 The History of ARM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
CHAPTER 2 ARM Embedded Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
CHAPTER 3 ARM Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
CHAPTER 4 ARM Assembly Language . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
CHAPTER 5 First Steps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
CHAPTER 6 Thumb Instruction Set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
CHAPTER 7 Assembly Instructions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121
CHAPTER 8 NEON . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145
CHAPTER 9 Debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159
CHAPTER 10 Writing Optimized C . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 175
➤ PART II REFERENCE
APPENDIX A Terminology . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193
APPENDIX B ARM Architecture Versions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 199
APPENDIX C ARM Core Versions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 205
APPENDIX D NEON Intrinsics and Instructions . . . . . . . . . . . . . . . . . . . . . . . . . . . 215
APPENDIX E Assembly Instructions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221
INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247
作者: miche250    时间: 2014-5-16 19:24
谢谢楼主的共享
作者: taiishan    时间: 2014-5-18 21:51
好定西还是要支持的
作者: Ralphjh    时间: 2014-5-19 16:00
This book is a very good introductory textbook for engineers who like to start works in embedded system domain.
作者: Ralphjh    时间: 2014-5-19 16:00
This book is a very good introductory textbook for engineers who like to start works in embedded system domain.
作者: Ralphjh    时间: 2014-5-19 16:01
希望能够有用,谢谢
作者: ID2007    时间: 2014-8-3 10:53
Chapter 1, “The History of ARM,” gives an outline of the fascinating history of ARM; where it
came from and why it is where it is today.
Chapter 2, “ARM Embedded Systems,” gives an explanation on what an embedded system is and a
presentation of the strong points of an ARM system.
Chapter 3, “ARM Architecture,” lists the different elements that compose an ARM processor and
how to use them effectively.
Chapter 4, “ARM Assembly Language,” gives an introduction to ARM assembly and explains why
understanding assembly is so important.
Chapter 5, “First Steps,” presents some simulators and real-world cards to write programs, both to
get an ARM processor started and to use as a basis for more complex programs. This chapter also
presents some real-world scenario projects.
Chapter 6, “Thumb Instruction Set,” presents the Thumb mode and also the Thumb-2 extension.
Cortex-M processors use only Thumb mode, but Thumb can also be used on every modern proces-
sor where code density is important.
Chapter 7, “Assembly Instructions,” presents a list of assembly instructions in ARM’s Unii  ed
Assembly Language, and explains their use with easy-to-follow programs.
Chapter 8, “NEON,” presents NEON, ARM’s advanced Single Instruction Multiple Data processor
and shows how you can use it to accelerate mathematically intensive routines.
Chapter 9, “Debugging,” describes debugging, what is required to debug a program, and what you
can achieve. It uses several real-world examples.
Chapter 10, “Writing Optimized C,” describes the i  nal part of any application—optimization.
With some simple examples, you will learn how to write optimized code, and understand what hap-
pens deep inside the processor to implement further optimization.
作者: sasso    时间: 2014-8-29 21:19
谢谢啊!!!!!!
作者: abc_def_ghi    时间: 2014-8-31 00:46
好贵啊,新书瞧瞧
作者: winst    时间: 2014-9-2 22:21
谢谢楼主好人一生平安
作者: zgl5566    时间: 2014-9-4 17:14
good book, mark
作者: tman2018    时间: 2014-9-18 18:49
谢谢 共享

作者: 黑色独角兽    时间: 2014-9-22 07:16
顶顶贴
作者: hz61062950    时间: 2014-9-25 23:08
新书啊 学习下
作者: 学晋    时间: 2014-9-27 00:41
kankan 学习
作者: redcode    时间: 2014-10-7 15:54
还好吧
作者: lun770829    时间: 2014-10-13 12:36
谢谢楼主的共享
作者: 醉饮江山    时间: 2014-10-26 17:01
感谢楼主
作者: azree    时间: 2014-11-10 07:15
謝謝樓主,急需這個進修
作者: muzijin    时间: 2014-11-12 11:09
ARM现在是如日中天,这书正是需要的时候.
作者: zq537    时间: 2014-11-13 19:29
不错,很新的书。还没有细看。但是感谢LZ
作者: shell.albert    时间: 2014-11-14 10:32
太好了,正好看一下呢。
作者: gujm    时间: 2014-11-20 17:24
谢谢楼主的共享
作者: jamesryutomonag    时间: 2014-11-22 13:52
下来看看
作者: xcykii    时间: 2014-11-23 13:12
回复 1# jgao2000


   赞~,下来看看,谢谢分享
作者: ra3d    时间: 2014-11-30 20:37
学习学习了!!!
作者: aloststone    时间: 2014-12-4 18:46
楼主分享的东西很有用!
作者: fengboy09    时间: 2014-12-5 18:29
学习学习了!!!
作者: ee_top_167    时间: 2015-2-11 14:43
感謝 非常需要!!!
作者: walliamaa    时间: 2015-2-27 14:16
回复 1# jgao2000


   感谢楼主共享
作者: icemind    时间: 2015-2-27 15:06
支持!!!!!!!!!!!!
作者: canonforest    时间: 2015-3-29 11:42
先下来看看,希望有用
作者: zzytyy1023    时间: 2015-4-22 15:36
回复 1# jgao2000


   好东东不能放过   看看
作者: radiantls    时间: 2015-5-16 05:58
必须好好学习
作者: radiantls    时间: 2015-5-16 06:05
看了一下,超赞
作者: redcode    时间: 2015-5-16 10:10
Xie xie ah
作者: xlteam2    时间: 2015-5-19 00:07
VERY USEFUL
作者: b159951    时间: 2015-5-20 11:32
thx, it is very useful
作者: hhzh128    时间: 2015-9-21 15:17
Thanks a lot.
作者: ovalence    时间: 2015-9-28 14:29
thank  you
作者: ovalence    时间: 2015-10-1 13:49
thank you
作者: acer1128    时间: 2015-10-5 16:31


   
Professional.Embedded.ARM.Development(2014.1).James.A.Langbridge,新书
jgao2000 发表于 2014-4-3 20:50

Thx.
作者: zyc19801980    时间: 2015-10-7 19:38
对初学者很实用。
作者: mokyy    时间: 2015-11-17 09:35
感谢楼主分享!
作者: marblej    时间: 2015-11-27 08:18
thanks.
作者: esoul    时间: 2015-12-6 09:28
回复 1# jgao2000
不错的资料,很有价值,多谢!
作者: eetime999    时间: 2015-12-23 13:21
学习学习了!!!
作者: warrenzb    时间: 2015-12-24 17:27
worthless !
作者: clb_polaris    时间: 2016-2-6 04:48
很好的资料!
作者: smrecnik    时间: 2016-2-22 17:54
thanks for sharing
作者: xing1989093    时间: 2016-2-25 01:09
必须要下载了 这个
作者: Evgen    时间: 2016-4-3 01:39
thanks
作者: tianyan_chn    时间: 2016-4-7 16:06
好东西,下载下来看看
作者: bjxxh    时间: 2016-4-12 13:26
谢谢楼主的共享
作者: DarkBlu    时间: 2016-4-28 02:30
Thank
作者: ychhj    时间: 2016-4-28 10:00
学习学习
作者: batchat88    时间: 2016-5-11 02:13
Thanks!
作者: batchat88    时间: 2016-5-11 02:14
very good!
作者: hchen0730    时间: 2016-5-14 16:14
给力!!!!!!!!!!!!!!!!!!!!!!!!!!!
作者: vdakulav    时间: 2016-5-24 09:28
还算不错,适合初学者理清基本思路,虽然是英文,但是很浅显
作者: XUSHICAI    时间: 2016-6-12 10:50
谢谢分享
作者: zmkm1402022    时间: 2016-6-15 22:28
收藏了。谢谢
作者: msp430f2009    时间: 2016-6-21 05:04
kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
作者: swfswf    时间: 2016-7-27 17:37
谢谢楼主的共享
作者: mjdcl    时间: 2016-8-4 18:05
收藏了。谢谢
作者: holliwood    时间: 2016-8-5 21:54
收下了,谢谢
作者: rickleaf    时间: 2017-3-28 22:56
好书好书,真不错
作者: gangessand    时间: 2017-3-30 14:48
谢谢楼主分享,顶一个。
作者: pathf    时间: 2017-4-1 13:47
什么资料,能说明下吗?
什么资料,能说明下吗?
作者: hychuchen    时间: 2017-4-4 22:31
Thanks for sharing.  
作者: huatiantian    时间: 2017-5-25 21:34
thanksforsharing
作者: sdu_huangqc    时间: 2017-6-9 23:28
回复 1# jgao2000


    謝謝正好需要
作者: 立兄    时间: 2017-6-20 00:04
good.
作者: im.leo    时间: 2017-6-21 18:01
多谢分享
作者: im.leo    时间: 2017-6-21 18:07
多谢分享
作者: jeff17.ren    时间: 2017-6-25 04:25
Thanks for sharing.
作者: charle_song    时间: 2017-7-1 12:28
好东西啊
作者: secant0711    时间: 2017-9-19 02:29
thanks for sharing
作者: 华夏甲骨文    时间: 2018-1-24 13:09
谢谢分享
作者: ujslisongting    时间: 2018-1-29 16:20
回复 1# jgao2000


   thanks in advance.
作者: bbw2008    时间: 2018-4-22 21:36
thanks for your share
作者: hchen0730    时间: 2019-5-26 13:28
顶!!!!!!!!!!
作者: dldlxkq    时间: 2019-6-5 20:55
thanks~
作者: dldlxkq    时间: 2019-6-22 08:43
thanks~
作者: anygo    时间: 2020-4-29 22:30
thank u very much !
作者: soldierwuhan    时间: 2022-1-7 22:16
谢谢分享
作者: xdrxdr    时间: 2023-3-10 01:47
谢谢分享
作者: soldierwuhan    时间: 2023-3-10 07:33
谢谢分享
作者: soldierwuhan    时间: 2023-4-12 15:39
谢谢分享
作者: soldierwuhan    时间: 2023-5-1 22:03
谢谢分享
作者: zhangyingui8    时间: 2024-4-23 11:52
先攒后看,好运不断!




欢迎光临 EETOP 创芯网论坛 (原名:电子顶级开发网) (https://bbs.eetop.cn/) Powered by Discuz! X3.5