首页 > 器件类别 > 嵌入式处理器和控制器 > 微控制器和处理器

HD6475208F

Microcontroller, OTPROM, CMOS, PQFP64, QFP-64

器件类别:嵌入式处理器和控制器    微控制器和处理器   

厂商名称:Hitachi (Renesas )

厂商官网:http://www.renesas.com/eng/

下载文档
器件参数
参数名称
属性值
零件包装代码
QFP
包装说明
QFP,
针数
64
Reach Compliance Code
unknown
具有ADC
YES
其他特性
CAPTURE/COMPARE UNIT; 2V DATA RETENTION
地址总线宽度
20
边界扫描
NO
最大时钟频率
10 MHz
DAC 通道
NO
DMA 通道
NO
外部数据总线宽度
8
格式
FIXED POINT
集成缓存
NO
JESD-30 代码
S-PQFP-G64
长度
14 mm
低功率模式
YES
DMA 通道数量
外部中断装置数量
9
I/O 线路数量
50
串行 I/O 数
2
端子数量
64
计时器数量
2
片上数据RAM宽度
8
片上程序ROM宽度
8
最高工作温度
85 °C
最低工作温度
-40 °C
PWM 通道
NO
封装主体材料
PLASTIC/EPOXY
封装代码
QFP
封装形状
SQUARE
封装形式
FLATPACK
认证状态
Not Qualified
RAM(字数)
512
ROM(单词)
16000
ROM可编程性
OTPROM
座面最大高度
3.05 mm
最大压摆率
50 mA
最大供电电压
5.5 V
最小供电电压
4.5 V
标称供电电压
5 V
表面贴装
YES
技术
CMOS
温度等级
INDUSTRIAL
端子形式
GULL WING
端子节距
0.8 mm
端子位置
QUAD
宽度
14 mm
uPs/uCs/外围集成电路类型
MICROCONTROLLER
Base Number Matches
1
文档预览
Hitachi Single-Chip Microcomputer
H8/520
H D6 4752 08
H D6 4352 08
User’s Manual (Hardware)
Preface
The H8/520 is a high-performance single-chip microcomputer featuring a high-speed CPU with 16-bit
internal data paths and a full complement of on-chip supporting modules. The H8/520 is an ideal
microcontroller for a wide variety of medium-scale devices, including both office and industrial equip-
ment and consumer products.
Its instruction set is designed for fast execution of programs coded in the high-level C language.
On-chip facilities include large RAM and ROM memories, numerous timers, serial I/O, an A/D
converter, I/O ports, and other functions for compact implementation of high-performance application
systems.
The H8/520 is available in both a ZTAT
version* with on-chip PROM, ideal for the early stages of
production or for products with frequently-changing specifications, and a masked-ROM version
suitable for volume production.
This manual gives a hardware description of the H8/520. For details of the instruction set, refer to the
H8/500 Series Programming Manual,
which applies to all chips in the H8/500 family.
Note: * ZTAT (Zero Turn-Around Time) is a registered trademark of Hitachi, Ltd.
Contents
Section 1 Overview
.................................................................................................................
1.1
1.2
1.3
Features ................................................................................................................................
Block Diagram .....................................................................................................................
Pin Arrangements and Functions .........................................................................................
1.3.1 Pin Arrangement ......................................................................................................
1.3.2 Pin Functions............................................................................................................
1
1
4
5
5
8
Section 2 MCU Operating Modes and Address Space
................................................... 23
2.1
2.2
2.3
Overview..............................................................................................................................
Mode Descriptions ...............................................................................................................
Address Space Map..............................................................................................................
2.3.1 Page Segmentation ...................................................................................................
2.3.2 Page 0 Address Allocations......................................................................................
Mode Control Register (MDCR) .........................................................................................
23
24
25
25
27
29
2.4
Section 3 CPU
........................................................................................................................... 31
3.1
Overview..............................................................................................................................
3.1.1 Features ....................................................................................................................
3.1.2 Address Space ..........................................................................................................
3.1.3 Register Configuration .............................................................................................
CPU Register Descriptions ..................................................................................................
3.2.1 General Registers .....................................................................................................
3.2.2 Control Registers......................................................................................................
3.2.3 Initial Register Values ..............................................................................................
Data Formats........................................................................................................................
3.3.1 Data Formats in General Registers...........................................................................
3.3.2 Data Formats in Memory .........................................................................................
Instructions...........................................................................................................................
3.4.1 Basic Instruction Formats.........................................................................................
3.4.2 Addressing Modes....................................................................................................
3.4.3 Effective Address Calculation..................................................................................
Instruction Set ......................................................................................................................
3.5.1 Overview ..................................................................................................................
3.5.2 Data Transfer Instructions ........................................................................................
3.5.3 Arithmetic Instructions.............................................................................................
3.5.4 Logic Operations ......................................................................................................
3.5.5 Shift Operations........................................................................................................
3.5.6 Bit Manipulations.....................................................................................................
3.5.7 Branching Instructions .............................................................................................
3.5.8 System Control Instructions .....................................................................................
3.5.9 Short-Format Instructions ........................................................................................
Operating Modes..................................................................................................................
3.6.1 Minimum Mode........................................................................................................
3.6.2 Maximum Mode.......................................................................................................
Basic Operational Timing ....................................................................................................
3.7.1 Overview ..................................................................................................................
3.7.2 On-Chip Memory Access Cycle ..............................................................................
3.7.3 Pin States during On-Chip Memory Access ............................................................
31
31
32
33
34
34
35
40
41
42
43
44
44
45
47
49
49
51
53
54
55
56
57
59
62
62
62
63
63
63
64
65
3.2
3.3
3.4
3.5
3.6
3.7
3.8
3.7.4 Register Field Access Cycle (Addresses H'FF80 to H'FFFF)..................................
3.7.5 Pin States during Register Field Access (Addresses H'FF80 to H'FFFF)................
3.7.6 External Access Cycle..............................................................................................
CPU States ...........................................................................................................................
3.8.1 Overview ..................................................................................................................
3.8.2 Program Execution State..........................................................................................
3.8.3 Exception-Handling State ........................................................................................
3.8.4 Reset State ................................................................................................................
3.8.5 Power-Down State....................................................................................................
65
66
66
67
67
69
70
70
70
Section 4 Exception Handling
.............................................................................................. 71
Overview..............................................................................................................................
4.1.1 Types of Exception Handling and Their Priority .....................................................
4.1.2 Hardware Exception-Handling Sequence ................................................................
4.1.3 Exception Sources and Vector Table ........................................................................
4.2 Reset.....................................................................................................................................
4.2.1 Overview ..................................................................................................................
4.2.2 Reset Sequence.........................................................................................................
4.2.3 Stack Pointer Initialization .......................................................................................
4.3 Address Error .......................................................................................................................
4.3.1 Instruction Prefetch from Illegal Address ................................................................
4.3.2 Word Data Access at Odd Address ..........................................................................
4.3.3 Off-Chip Address Access in Single-Chip Mode ......................................................
4.4 Trace.....................................................................................................................................
4.5 Interrupts ..............................................................................................................................
4.6 Invalid Instruction................................................................................................................
4.7 Trap Instructions and Zero Divide .......................................................................................
4.8 Cases in Which Exception Handling is Deferred ................................................................
4.8.1 Instructions that Disable Interrupts ..........................................................................
4.8.2 Disabling of Exceptions Immediately after a Reset .................................................
4.8.3 Disabling of Interrupts after a Data Transfer Cycle .................................................
4.9 Stack Status after Completion of Exception Handling ........................................................
4.9.1 PC Value Pushed on Stack for Trace, Interrupts,
Trap Instructions, and Zero Divide Exceptions........................................................
4.9.2 PC Value Pushed on Stack for Address Error and Invalid
Instruction Exceptions..............................................................................................
4.10 Notes on Use of the Stack....................................................................................................
4.1
71
71
72
72
75
75
75
76
79
79
79
79
80
80
82
83
83
84
84
85
86
88
88
88
Section 5 Interrupt Controller
.............................................................................................. 89
5.1
Overview..............................................................................................................................
5.1.1 Features ....................................................................................................................
5.1.2 Block Diagram .........................................................................................................
5.1.3 Register Configuration .............................................................................................
Interrupt Types .....................................................................................................................
5.2.1 External Interrupts....................................................................................................
5.2.2 Internal Interrupts.....................................................................................................
5.2.3 Interrupt Vector Table...............................................................................................
Register Descriptions ...........................................................................................................
5.3.1 Interrupt Priority Registers A to D (IPRA to IPRD)................................................
5.3.2 NMI Control Register (NMICR)—H'FFFC.............................................................
5.3.3 IRQ Control Register (IRQCR)—H'FFFD ..............................................................
Interrupt-Handling Sequence ...............................................................................................
89
89
90
91
91
91
93
94
96
96
97
97
100
5.2
5.3
5.4
5.5
5.6
5.4.1 Interrupt-Handling Flow ..........................................................................................
5.4.2 Stack Status after Interrupt Exception-Handling Sequence .....................................
5.4.3 Timing of Interrupt Exception-Handling Sequence .................................................
Interrupts During Operation of the Data Transfer Controller ..............................................
Interrupt Response Time......................................................................................................
100
103
104
104
107
Section 6 Data Transfer Controller
...................................................................................... 109
6.1
Overview..............................................................................................................................
6.1.1 Features ....................................................................................................................
6.1.2 Block Diagram .........................................................................................................
6.1.3 Register Configuration .............................................................................................
Register Descriptions ...........................................................................................................
6.2.1 Data Transfer Mode Register (DTMR) ....................................................................
6.2.2 Data Transfer Source Address Register (DTSR) .....................................................
6.2.3 Data Transfer Destination Register (DTDR)...........................................................
6.2.4 Data Transfer Count Register (DTCR) ....................................................................
6.2.5 Data Transfer Enable Registers A to D (DTEA to DTED) ......................................
Data Transfer Operation.......................................................................................................
6.3.1 Data Transfer Cycle..................................................................................................
6.3.2 DTC Vector Table.....................................................................................................
6.3.3 Location of Register Information in Memory ..........................................................
6.3.4 Length of Data Transfer Cycle.................................................................................
Procedure for Using the DTC ..............................................................................................
Example ...............................................................................................................................
109
109
109
110
111
111
112
112
112
113
114
114
116
118
118
120
121
6.2
6.3
6.4
6.5
Section 7 Wait-State Controller
............................................................................................ 125
7.1
Overview..............................................................................................................................
7.1.1 Features ....................................................................................................................
7.1.2 Block Diagram .........................................................................................................
7.1.3 Register Configuration .............................................................................................
Wait-State Control Register .................................................................................................
Operation in Each Wait Mode..............................................................................................
7.3.1 Programmable Wait Mode........................................................................................
7.3.2 Pin Wait Mode..........................................................................................................
7.3.3 Pin Auto-Wait Mode ................................................................................................
125
125
126
126
127
128
128
129
131
7.2
7.3
Section 8 Clock Pulse Generator
......................................................................................... 133
8.1
8.2
8.3
Overview..............................................................................................................................
8.1.1 Block Diagram .........................................................................................................
Oscillator Circuit..................................................................................................................
System Clock Divider ..........................................................................................................
133
133
133
136
Section 9 I/O Ports
................................................................................................................... 137
9.1
9.2
Overview..............................................................................................................................
Port 1....................................................................................................................................
9.2.1 Overview ..................................................................................................................
9.2.2 Port 1 Registers ........................................................................................................
9.2.3 Pin Functions in Each Mode ....................................................................................
Port 2....................................................................................................................................
9.3.1 Overview ..................................................................................................................
9.3.2 Port 2 Registers ........................................................................................................
9.3.3 Pin Functions in Each Mode ....................................................................................
137
141
141
143
144
152
152
152
154
9.3
查看更多>
参数对比
与HD6475208F相近的元器件有:HD6475208C、HD6475208CP、HD6475208P、HD6435208F、HD6435208P、HD6435208CP。描述及对比如下:
型号 HD6475208F HD6475208C HD6475208CP HD6475208P HD6435208F HD6435208P HD6435208CP
描述 Microcontroller, OTPROM, CMOS, PQFP64, QFP-64 Microcontroller, UVPROM, CMOS, CDIP64, WINDOWED, SHRINK, DIP-64 Microcontroller, OTPROM, CMOS, PQCC68, PLASTIC, LCC-68 Microcontroller, OTPROM, CMOS, PDIP64, SHRINK, DIP-64 Microcontroller, MROM, CMOS, PQFP64, QFP-64 Microcontroller, MROM, CMOS, PDIP64, SHRINK, DIP-64 Microcontroller, MROM, CMOS, PQCC68, PLASTIC, LCC-68
零件包装代码 QFP DIP LCC DIP QFP DIP LCC
包装说明 QFP, WSDIP, QCCJ, SDIP, QFP, SDIP, QCCJ,
针数 64 64 68 64 64 64 68
Reach Compliance Code unknown unknown unknown unknown unknown unknown unknow
具有ADC YES YES YES YES YES YES YES
其他特性 CAPTURE/COMPARE UNIT; 2V DATA RETENTION CAPTURE/COMPARE UNIT; 2V DATA RETENTION CAPTURE/COMPARE UNIT; 2V DATA RETENTION CAPTURE/COMPARE UNIT; 2V DATA RETENTION CAPTURE/COMPARE UNIT; 2V DATA RETENTION CAPTURE/COMPARE UNIT; 2V DATA RETENTION CAPTURE/COMPARE UNIT; 2V DATA RETENTION
地址总线宽度 20 20 20 20 20 20 20
边界扫描 NO NO NO NO NO NO NO
最大时钟频率 10 MHz 10 MHz 10 MHz 10 MHz 10 MHz 10 MHz 10 MHz
DAC 通道 NO NO NO NO NO NO NO
DMA 通道 NO NO NO NO NO NO NO
外部数据总线宽度 8 8 8 8 8 8 8
格式 FIXED POINT FIXED POINT FIXED POINT FIXED POINT FIXED POINT FIXED POINT FIXED POINT
集成缓存 NO NO NO NO NO NO NO
JESD-30 代码 S-PQFP-G64 R-CDIP-T64 S-PQCC-J68 R-PDIP-T64 S-PQFP-G64 R-PDIP-T64 S-PQCC-J68
长度 14 mm 57.3 mm 24.2062 mm 57.6 mm 14 mm 57.6 mm 24.2062 mm
低功率模式 YES YES YES YES YES YES YES
外部中断装置数量 9 9 9 9 9 9 9
I/O 线路数量 50 50 54 50 50 50 50
串行 I/O 数 2 2 2 2 2 2 2
端子数量 64 64 68 64 64 64 68
计时器数量 2 2 2 2 2 2 2
片上数据RAM宽度 8 8 8 8 8 8 8
片上程序ROM宽度 8 8 8 8 8 8 8
最高工作温度 85 °C 85 °C 85 °C 85 °C 85 °C 85 °C 85 °C
最低工作温度 -40 °C -40 °C -40 °C -40 °C -40 °C -40 °C -40 °C
PWM 通道 NO NO NO NO NO NO NO
封装主体材料 PLASTIC/EPOXY CERAMIC, METAL-SEALED COFIRED PLASTIC/EPOXY PLASTIC/EPOXY PLASTIC/EPOXY PLASTIC/EPOXY PLASTIC/EPOXY
封装代码 QFP WSDIP QCCJ SDIP QFP SDIP QCCJ
封装形状 SQUARE RECTANGULAR SQUARE RECTANGULAR SQUARE RECTANGULAR SQUARE
封装形式 FLATPACK IN-LINE, WINDOW, SHRINK PITCH CHIP CARRIER IN-LINE, SHRINK PITCH FLATPACK IN-LINE, SHRINK PITCH CHIP CARRIER
认证状态 Not Qualified Not Qualified Not Qualified Not Qualified Not Qualified Not Qualified Not Qualified
RAM(字数) 512 512 512 512 512 512 512
ROM(单词) 16000 16000 16000 16000 16000 16000 16000
ROM可编程性 OTPROM UVPROM OTPROM OTPROM MROM MROM MROM
座面最大高度 3.05 mm 5.6 mm 4.6 mm 5.08 mm 3.05 mm 5.08 mm 4.6 mm
最大压摆率 50 mA 50 mA 50 mA 50 mA 50 mA 50 mA 50 mA
最大供电电压 5.5 V 5.5 V 5.5 V 5.5 V 5.5 V 5.5 V 5.5 V
最小供电电压 4.5 V 4.5 V 4.5 V 4.5 V 4.5 V 4.5 V 4.5 V
标称供电电压 5 V 5 V 5 V 5 V 5 V 5 V 5 V
表面贴装 YES NO YES NO YES NO YES
技术 CMOS CMOS CMOS CMOS CMOS CMOS CMOS
温度等级 INDUSTRIAL INDUSTRIAL INDUSTRIAL INDUSTRIAL INDUSTRIAL INDUSTRIAL INDUSTRIAL
端子形式 GULL WING THROUGH-HOLE J BEND THROUGH-HOLE GULL WING THROUGH-HOLE J BEND
端子节距 0.8 mm 1.778 mm 1.27 mm 1.778 mm 0.8 mm 1.778 mm 1.27 mm
端子位置 QUAD DUAL QUAD DUAL QUAD DUAL QUAD
宽度 14 mm 19.05 mm 24.2062 mm 19.05 mm 14 mm 19.05 mm 24.2062 mm
uPs/uCs/外围集成电路类型 MICROCONTROLLER MICROCONTROLLER MICROCONTROLLER MICROCONTROLLER MICROCONTROLLER MICROCONTROLLER MICROCONTROLLER
Base Number Matches 1 1 1 1 - - -
厂商名称 - Hitachi (Renesas ) Hitachi (Renesas ) - Hitachi (Renesas ) Hitachi (Renesas ) Hitachi (Renesas )
TM4C123GH6PM的ADC数据用uDMA乒乓模式传输不成功,请帮忙看看哪里配置错误,谢谢!
我的问题中定时器触发ADC转换,转换完后用uDMA将数据搬至缓存区。用乒乓模式,配置了主/副控制结构...
HQing 微控制器 MCU
msp430G2452的启动问题
我用2452手工焊接了一个小板,然后发现一个问题,就是上电的时候,单片机启动不起来,然后用表笔或者什...
gameboy22 微控制器 MCU
有人用过PADS9.5的HyperLynx做电路仿真 吗 ?
请问: 有人用过PADS9.5的HyperLynx做电路仿真 吗 ?用着咋样 ? 谢谢! 有人用过...
yhye2world 综合技术交流
大家知道哪家厂商能帮北京用户定做工控机吗
需要加几个硬件功能按钮,因而与用户软件之间有一点点接口。 大家帮忙推荐一下,哪家工控机制造商(最好是...
aloonling 嵌入式系统
s3c2440显示问题
我是新手,学校有一个作业想用TX2440这个开发板做,我看了一下带的视频,但是还是不知道怎么完成我的...
532741697 ARM技术
两个listctrl之间控制的问题
我在dialog上放两个listctrl:分别是List1,Llist2; 我的目的是点List1的...
akumax 嵌入式系统
热门器件
热门资源推荐
器件捷径:
00 01 02 03 04 05 06 07 08 09 0A 0C 0F 0J 0L 0M 0R 0S 0T 0Z 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 1H 1K 1M 1N 1P 1S 1T 1V 1X 1Z 20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F 2G 2K 2M 2N 2P 2Q 2R 2S 2T 2W 2Z 30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F 3G 3H 3J 3K 3L 3M 3N 3P 3R 3S 3T 3V 40 41 42 43 44 45 46 47 48 49 4A 4B 4C 4D 4M 4N 4P 4S 4T 50 51 52 53 54 55 56 57 58 59 5A 5B 5C 5E 5G 5H 5K 5M 5N 5P 5S 5T 5V 60 61 62 63 64 65 66 67 68 69 6A 6C 6E 6F 6M 6N 6P 6R 6S 6T 70 71 72 73 74 75 76 77 78 79 7A 7B 7C 7M 7N 7P 7Q 7V 7W 7X 80 81 82 83 84 85 86 87 88 89 8A 8D 8E 8L 8N 8P 8S 8T 8W 8Y 8Z 90 91 92 93 94 95 96 97 98 99 9A 9B 9C 9D 9F 9G 9H 9L 9S 9T 9W
需要登录后才可以下载。
登录取消