暂无评论
图文详情
- ISBN:7030116909
- 装帧:暂无
- 册数:暂无
- 重量:暂无
- 开本:16
- 页数:暂无
- 出版时间:2003-09-08
- 条形码:9787030116901 ; 978-7-03-011690-1
内容简介
本书从工程的角度对嵌入式微控制器开发流程所涉及的硬件和软件技术进行了系统的介绍,包括8bit和16bit微控制器、汇编语言、C语言、实时操作系统内核。本书着重于设计与调试中的概念、过程、约定和技术。
目录
PART 1 Introduction
1 Introduction to Microcontrollers
1.1 The Microcomputer
1.2 The 68HC11 and 68HC12 Microcontrollers
1.3 Historical Context
1.4 Software and Hardware Development
Summary
Exercises
PART 2 Assembly Language Programming
2 Programming Basics
2.1 Programming Languages
2.2 Types of Program Segments
2.3 Software Construction
Summary
Exercises
3 Simple Assembly Code Construction
3.1 Assembly Source Code
3.2 A Basic Build Process
3.3 Run-Time Debugging-A Tutorial
Summary
Exercises
4 UPU12 Programming Model
4.1 The CPU Register Set
4.2 CPU12 Addressing Modes
4.3 The CPU12 Instruction Set
Summary
Exercises
5 Basic Assembly Programming Techniques
5.1 Data Transfer
5.2 Using the Stack
5.3 Basic Arithmetic Programming
5.4 Shifting and Rotating
5.5 Boolean Logic,Bit Testing,and Bit Manipulation
5.6 Branches and Jumps
5.7 Subrotines
5.8 Position Independence
Summary
Exercises
6 Assembly Program Design and Structure
6.1 Design and Documentation Tools
6.2 Structured Control Constructs
6.3 Data Storage
6.4 Program Structure
6.5 Passing Parameters
Summary
Exercises
7 Assembly Applications
7.1 Software Delay Routines
7.2 I/O Data Conversions
7.3 Basic I/O Routines
7.4 Fixed-Point Arithmetic
Summary
Exercises
PART 3 Microcontroller Hardware and I/O
8 Introduction to Real-Time I/O and Multitasking
8.1 Real-Time Systems
8.2 CPU Loads
8.3 I/O Detection and Response
8.4 Basic Cooperative Multitasking
8.5 Using CPU12 Interrupts
8.6 Basic Real-Time Debugging
Summary
Exercises
9 Microcontroller I/O Resources
9.1 General Purpose I/O
9.2 Timers
9.3 Serial I/O
9.4 A-to-D Conversion
Summary
Exercises
10 The Final Product
10.1 MCU Hardware Design
10.2 Reset Exceptions
10.3 M68HC912B32 Operating Modes
10.4 Configuration and Start-Up Code
10.5 Final Product Development
Summary
Exercises
11 System Expansion
11.1 The Bus Cycle
11.2 Chip-Select Logic
11.3 Bus Timing Analysis
Summary
Exercises
PART 4 Programming Microcontrollers in C
12 Modular and C Code
12.1 C Source Code
12.2 The Modular Build Process
12.3 Source-Level Debugging
Summary
Exercises
13 Creating and Accessing Data in C
13.1 Introduction to Data Types
13.2 ANSI-C Data Types
13.3 Variables and Stored Constants
13.4 Pointers
13.5 Arrays and Strings
13.6 Structures
13.7 Enumerated Types
13.8 Bit Operations
Summary
Exercises
14 C Program Structures
14.1 Control Structures
14.2 Functions
14.3 Modules
14.4 Start-Up and Initialization
Summary
Exercises
PART 5 Real-Time Multitasking Kernels
15 Real-Time Multitasking in C
15.1 Real-Time Programming Review
15.2 Real-Time Kernel Overview
15.3 Cooperative Kernel Design
Summary
Exercises
16 Using the MicroC/OS-II Preenptive Kernel
16.1 Overview
16.2 Tasks and Task Switching
16.3 Interrupt Service Routines
16.4 Timers
16.5 Intertask Communication
16.6 μC/OS-Based Stopwatch Program
Summary
Exercises
APPENDICES
A Programming Conventions
B Basic I/O
C uC/OS Reference
REFERENCES
INDEX
1 Introduction to Microcontrollers
1.1 The Microcomputer
1.2 The 68HC11 and 68HC12 Microcontrollers
1.3 Historical Context
1.4 Software and Hardware Development
Summary
Exercises
PART 2 Assembly Language Programming
2 Programming Basics
2.1 Programming Languages
2.2 Types of Program Segments
2.3 Software Construction
Summary
Exercises
3 Simple Assembly Code Construction
3.1 Assembly Source Code
3.2 A Basic Build Process
3.3 Run-Time Debugging-A Tutorial
Summary
Exercises
4 UPU12 Programming Model
4.1 The CPU Register Set
4.2 CPU12 Addressing Modes
4.3 The CPU12 Instruction Set
Summary
Exercises
5 Basic Assembly Programming Techniques
5.1 Data Transfer
5.2 Using the Stack
5.3 Basic Arithmetic Programming
5.4 Shifting and Rotating
5.5 Boolean Logic,Bit Testing,and Bit Manipulation
5.6 Branches and Jumps
5.7 Subrotines
5.8 Position Independence
Summary
Exercises
6 Assembly Program Design and Structure
6.1 Design and Documentation Tools
6.2 Structured Control Constructs
6.3 Data Storage
6.4 Program Structure
6.5 Passing Parameters
Summary
Exercises
7 Assembly Applications
7.1 Software Delay Routines
7.2 I/O Data Conversions
7.3 Basic I/O Routines
7.4 Fixed-Point Arithmetic
Summary
Exercises
PART 3 Microcontroller Hardware and I/O
8 Introduction to Real-Time I/O and Multitasking
8.1 Real-Time Systems
8.2 CPU Loads
8.3 I/O Detection and Response
8.4 Basic Cooperative Multitasking
8.5 Using CPU12 Interrupts
8.6 Basic Real-Time Debugging
Summary
Exercises
9 Microcontroller I/O Resources
9.1 General Purpose I/O
9.2 Timers
9.3 Serial I/O
9.4 A-to-D Conversion
Summary
Exercises
10 The Final Product
10.1 MCU Hardware Design
10.2 Reset Exceptions
10.3 M68HC912B32 Operating Modes
10.4 Configuration and Start-Up Code
10.5 Final Product Development
Summary
Exercises
11 System Expansion
11.1 The Bus Cycle
11.2 Chip-Select Logic
11.3 Bus Timing Analysis
Summary
Exercises
PART 4 Programming Microcontrollers in C
12 Modular and C Code
12.1 C Source Code
12.2 The Modular Build Process
12.3 Source-Level Debugging
Summary
Exercises
13 Creating and Accessing Data in C
13.1 Introduction to Data Types
13.2 ANSI-C Data Types
13.3 Variables and Stored Constants
13.4 Pointers
13.5 Arrays and Strings
13.6 Structures
13.7 Enumerated Types
13.8 Bit Operations
Summary
Exercises
14 C Program Structures
14.1 Control Structures
14.2 Functions
14.3 Modules
14.4 Start-Up and Initialization
Summary
Exercises
PART 5 Real-Time Multitasking Kernels
15 Real-Time Multitasking in C
15.1 Real-Time Programming Review
15.2 Real-Time Kernel Overview
15.3 Cooperative Kernel Design
Summary
Exercises
16 Using the MicroC/OS-II Preenptive Kernel
16.1 Overview
16.2 Tasks and Task Switching
16.3 Interrupt Service Routines
16.4 Timers
16.5 Intertask Communication
16.6 μC/OS-Based Stopwatch Program
Summary
Exercises
APPENDICES
A Programming Conventions
B Basic I/O
C uC/OS Reference
REFERENCES
INDEX
展开全部
本类五星书
浏览历史
本类畅销
-
莫言的奇奇怪怪故事集
¥19.0¥59.9 -
2025读书月阅读盲盒——我独钟意命运角落的人
¥42.3¥168.0 -
悉达多
¥13.0¥28.0 -
2025读书月阅读盲盒——经常作案的朋友都知道
¥42.3¥168.0 -
死魂灵
¥14.0¥48.0 -
中国近代史
¥14.3¥39.8 -
2025读书月阅读盲盒——你以为你以为的就是你以为的吗?
¥42.3¥168.0 -
本森小姐的甲虫
¥15.9¥55.0 -
面纱
¥17.9¥49.8 -
事已至此先吃饭吧
¥17.6¥55.0 -
一个陌生女人的来信
¥13.9¥39.8 -
失去一切的人
¥16.6¥52.0 -
罗生门
¥10.0¥36.0 -
诺贝尔文学奖大系-窄门
¥10.9¥31.0 -
1984-插图珍藏版
¥10.1¥29.8 -
鸟与兽的通俗生活
¥12.9¥39.8 -
鼠疫
¥12.6¥38.8 -
她们
¥16.0¥46.8 -
女性生存战争
¥20.8¥66.0 -
重生
¥13.5¥39.8