DatasheetQ Logo
Electronic component search and free download site. Transistors,MosFET ,Diode,Integrated circuits

HT46R064 Просмотр технического описания (PDF) - Holtek Semiconductor

Номер в каталоге
Компоненты Описание
производитель
HT46R064
Holtek
Holtek Semiconductor Holtek
HT46R064 Datasheet PDF : 102 Pages
First Prev 11 12 13 14 15 16 17 18 19 20 Next Last
HT46R064/065/066/0662/067
Table Read Program Example:
tempreg1 db ?
tempreg2 db ?
:
:
; temporary register #1
; temporary register #2
mov a,06h
; initialise table pointer - note that this address
; is referenced
mov tblp,a
:
:
; to the last page or present page
tabrdl tempreg1
; transfers value in table referenced by table pointer
; to tempregl
; data at prog. memory address ²306H² transferred to
; tempreg1 and TBLH
dec tblp
; reduce value of table pointer by one
tabrdl tempreg2
:
:
org 300h
; transfers value in table referenced by table pointer
; to tempreg2
; data at prog.memory address ²305H² transferred to
; tempreg2 and TBLH
; in this example the data ²1AH² is transferred to
; tempreg1 and data ²0FH² to register tempreg2
; the value ²00H² will be transferred to the high byte
; register TBLH
; sets initial address of last page
dc 00Ah, 00Bh, 00Ch, 00Dh, 00Eh, 00Fh, 01Ah, 01Bh
:
:
Data Memory
The Data Memory is a volatile area of 8-bit wide RAM
internal memory and is the location where temporary in-
formation is stored.
Structure
Divided into two sections, the first of these is an area of
RAM where special function registers are located. These
registers have fixed locations and are necessary for cor-
rect operation of the device. Many of these registers can
be read from and written to directly under program con-
trol, however, some remain protected from user manipu-
lation. The second area of Data Memory is reserved for
general purpose use. All locations within this area are
read and write accessible under program control.
Device
HT46R064
HT46R065
HT46R066
HT46R0662
HT46R067
Capacity
64´8
96´8
128´8
224´8
384´8
Banks
¾
¾
¾
0, 1
0, 1
The two sections of Data Memory, the Special Purpose
and General Purpose Data Memory are located at con-
secutive locations. All are implemented in RAM and are 8
bits wide but the length of each memory section is dic-
tated by the type of microcontroller chosen. The start ad-
dress of the Data Memory for all devices is the address
²00H².
All microcontroller programs require an area of
read/write memory where temporary data can be stored
and retrieved for use later. It is this area of RAM memory
that is known as General Purpose Data Memory. This
area of Data Memory is fully accessible by the user pro-
gram for both read and write operations. By using the
²SET [m].i² and ²CLR [m].i² instructions individual bits
can be set or reset under program control giving the
user a large range of flexibility for bit manipulation in the
Data Memory.
For some devices, the Data Memory is subdivided into
two banks, which are selected using a Bank Pointer.
Only data in Bank 0 can be directly addressed, data in
Bank 1 must be indirectly addressed.
Rev. 1.20
20
October 23, 2012

Share Link: 

datasheetq.com  [ Privacy Policy ]Request Datasheet ] [ Contact Us ]