Electronic Components Datasheet Search
  English  ▼
ALLDATASHEET.NET

X  

HT48F30E Datasheet(PDF) 11 Page - Holtek Semiconductor Inc

Part # HT48F30E
Description  I/O Flash Type MCU with EEPROM
Download  74 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  HOLTEK [Holtek Semiconductor Inc]
Direct Link  http://www.holtek.com
Logo HOLTEK - Holtek Semiconductor Inc

HT48F30E Datasheet(HTML) 11 Page - Holtek Semiconductor Inc

Back Button HT48F30E Datasheet HTML 7Page - Holtek Semiconductor Inc HT48F30E Datasheet HTML 8Page - Holtek Semiconductor Inc HT48F30E Datasheet HTML 9Page - Holtek Semiconductor Inc HT48F30E Datasheet HTML 10Page - Holtek Semiconductor Inc HT48F30E Datasheet HTML 11Page - Holtek Semiconductor Inc HT48F30E Datasheet HTML 12Page - Holtek Semiconductor Inc HT48F30E Datasheet HTML 13Page - Holtek Semiconductor Inc HT48F30E Datasheet HTML 14Page - Holtek Semiconductor Inc HT48F30E Datasheet HTML 15Page - Holtek Semiconductor Inc Next Button
Zoom Inzoom in Zoom Outzoom out
 11 / 74 page
background image
HT48F06E/HT48F10E/HT48F30E
Rev. 1.60
11
July 29, 2009
· Location 008H
This internal vector is used by the Timer/Event Coun-
ter. If a counter overflow occurs, the program will jump
to this location and begin execution if the timer/event
counter interrupt is enabled and the stack is not full.
Look-up Table
Any location within the Program Memory can be defined
as a look-up table where programmers can store fixed
data. To use the look-up table, the table pointer must
first be setup by placing the lower order address of the
look up data to be retrieved in the table pointer register,
TBLP. This register defines the lower 8-bit address of
the look-up table.
After setting up the table pointer, the table data can be
retrieved from the current Program Memory page or last
Program Memory page using the
²TABRDC[m]² or
²TABRDL [m]² instructions, respectively. When these in-
structions are executed, the lower order table byte from
the Program Memory will be transferred to the user de-
fined Data Memory register [m] as specified in the in-
struction. The higher order table data byte from the
Program Memory will be transferred to the TBLH special
register. Any unused bits in this transferred higher order
byte will have uncertain values.
The following diagram illustrates the addressing/data
flow of the look-up table:
Table Program Example
The following example shows how the table pointer and
table data is defined and retrieved from the HT48F06E
or HT48F10E devices. This example uses raw table
data located in the last page which is stored there using
the ORG statement. The value at this ORG statement is
²300H² which refers to the start address of the last page
within the 1K Program Memory of the microcontroller.
The table pointer is setup here to have an initial value of
²06H². This will ensure that the first data read from the
data table will be at the Program Memory address
²306H² or 6 locations after the start of the last page.
Note that the value for the table pointer is referenced to
the first address of the present page if the
²TABRDC
[m]
² instruction is being used. The high byte of the table
data which in this case is equal to zero will be trans-
ferred to the TBLH register automatically when the
²TABRDL [m]² instruction is executed.
P r o g r a m
M e m o r y
P r o g r a m C o u n t e r
H i g h B y t e
T B L P
T B L H
S p e c i f i e d b y [ m ]
H i g h B y t e o f T a b l e C o n t e n t s
L o w B y t e o f T a b l e C o n t e n t s
Look-up Table
tempreg1
db
?
; temporary register #1
tempreg2
db
?
; 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
; 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
:
:
org
300h
; sets initial address of HT48F06E or HT48F10E last page
dc
00Ah, 00Bh, 00Ch, 00Dh, 00Eh, 00Fh, 01Ah, 01Bh
:
:


Similar Part No. - HT48F30E

ManufacturerPart #DatasheetDescription
logo
Holtek Semiconductor In...
HT48F30E HOLTEK-HT48F30E Datasheet
508Kb / 69P
   I/O Flash Type MCU with EEPROM
More results

Similar Description - HT48F30E

ManufacturerPart #DatasheetDescription
logo
Holtek Semiconductor In...
HT48F06E HOLTEK-HT48F06E Datasheet
508Kb / 69P
   I/O Flash Type MCU with EEPROM
HT48F50E HOLTEK-HT48F50E Datasheet
423Kb / 62P
   I/O Flash Type MCU with EEPROM
HT48F70E HOLTEK-HT48F70E Datasheet
402Kb / 58P
   I/O Flash Type MCU with EEPROM
HT68F20 HOLTEK-HT68F20_11 Datasheet
2Mb / 244P
   Enhanced I/O Flash Type MCU with EEPROM
HT68F20 HOLTEK-HT68F20_10 Datasheet
1Mb / 232P
   Enhanced I/O Flash Type MCU 8-Bit MCU with EEPROM
HT68F20_1006 HOLTEK-HT68F20_1006 Datasheet
1Mb / 236P
   Enhanced I/O Flash Type MCU 8-Bit MCU with EEPROM
HT68F20 HOLTEK-HT68F20 Datasheet
1Mb / 210P
   Enhanced I/O Flash Type MCU 8-Bit MCU with EEPROM
HT69F340 HOLTEK-HT69F340 Datasheet
8Mb / 235P
   TinyPowerTM I/O Flash MCU with LCD & EEPROM
HT48E06 HOLTEK-HT48E06 Datasheet
346Kb / 43P
   8-Bit I/O Type MCU (With EEPROM)
48E30 HOLTEK-48E30 Datasheet
351Kb / 44P
   8-Bit I/O Type MCU (With EEPROM)
More results


Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74


Datasheet Download

Go To PDF Page


Link URL




Privacy Policy
ALLDATASHEET.NET
Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com