參數(shù)資料
型號: KSZ8864RMN
廠商: Micrel Inc
文件頁數(shù): 36/111頁
文件大?。?/td> 0K
描述: IC ETHERNET SW 4PORT 64QFN
標準包裝: 348
控制器類型: 以太網(wǎng)開關(guān)控制器
接口: MII,RMII
電源電壓: 1.8V,2.5V,3.3V
工作溫度: 0°C ~ 70°C
安裝類型: 表面貼裝
封裝/外殼: 64-VFQFN 裸露焊盤
供應(yīng)商設(shè)備封裝: 64-QFN(8x8)
包裝: 托盤
配用: 576-3869-ND - BOARD EVALUATION FOR KSZ8864RMN
其它名稱: 576-3787
KSZ8864RMN-ND
PIC16C9XX
DS30444E - page 30
1997 Microchip Technology Inc.
Example 4-1 shows the calling of a subroutine in
page 1 of the program memory. This example assumes
that PCLATH is saved and restored by the interrupt ser-
vice routine (if interrupts are used).
EXAMPLE 4-1:
CALL OF A SUBROUTINE IN
PAGE 1 FROM PAGE 0
ORG 0x500
BSF
PCLATH,3
;Select page 1 (800h-FFFh)
CALL
SUB1_P1
;Call subroutine in
:
;page 1 (800h-FFFh)
:
ORG 0x900
SUB1_P1:
;called subroutine
:
;page 1 (800h-FFFh)
:
RETURN
;return to Call subroutine
;in page 0 (000h-7FFh)
4.5
Indirect Addressing, INDF and FSR
Registers
The INDF register is not a physical register. Addressing
the INDF register will cause indirect addressing.
Indirect addressing is possible by using the INDF reg-
ister. Any instruction using the INDF register actually
accesses the register pointed to by the File Select Reg-
ister (FSR). Reading the INDF register itself indirectly
(FSR = '0') will produce 00h. Writing to the INDF regis-
ter indirectly results in a no-operation (although status
bits may be affected). An effective 9-bit address is
obtained by concatenating the 8-bit FSR register and
the IRP bit (STATUS<7>), as shown in Figure 4-10.
A simple program to clear RAM locations 20h-2Fh
using indirect addressing is shown in Example 4-2.
EXAMPLE 4-2:
INDIRECT ADDRESSING
movlw
0x20
;initialize pointer
movwf
FSR
;to RAM
NEXT
clrf
INDF
;clear INDF register
incf
FSR,F
;inc pointer
btfss
FSR,4
;all done?
goto
NEXT
;no clear next
CONTINUE
:
;yes continue
FIGURE 4-10: DIRECT/INDIRECT ADDRESSING
For memory map detail see Figure 4-2.
Data
Memory
Indirect Addressing
Direct Addressing
bank select
location select
RP1:RP0
6
0
from opcode
IRP
FSR register
7
0
bank select
location select
00
01
10
11
00h
7Fh
00h
7Fh
Bank 0
Bank 1
Bank 2
Bank 3
相關(guān)PDF資料
PDF描述
KSZ8863RLLI IC ETHERNET SWITCH 3PORT 48-LQFP
V72A3V3C264BG3 CONVERTER MOD DC/DC 3.3V 264W
KSZ8851SNL TR IC CTLR MAC/PHY NON-PCI 32-MLF
PIC16F676-E/SL IC MCU FLASH 1KX14 W/AD 14SOIC
LTC4278IDKD#PBF IC PD IEEE 802.3AT 25.5W 32-DFN
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
KSZ8864RMN-EVAL 功能描述:以太網(wǎng)開發(fā)工具 4-Port 10/100 Ethernet Switch w/ 2x PHYs and 2x MAC Interface - Evaluation Board RoHS:否 制造商:Micrel 產(chǎn)品:Evaluation Boards 類型:Ethernet Transceivers 工具用于評估:KSZ8873RLL 接口類型:RMII 工作電源電壓:
KSZ8864RMNI 功能描述:以太網(wǎng) IC 4-Port 10/100 Ethernet Switch w/ 2x PHYs and 2x MAC Interface - Industrial Temp RoHS:否 制造商:Micrel 產(chǎn)品:Ethernet Switches 收發(fā)器數(shù)量:2 數(shù)據(jù)速率:10 Mb/s, 100 Mb/s 電源電壓-最大:1.25 V, 3.45 V 電源電壓-最小:1.15 V, 3.15 V 最大工作溫度:+ 85 C 封裝 / 箱體:QFN-64 封裝:Tray
KSZ8864RMNU 功能描述:以太網(wǎng) IC 4-Port 10/100BT Switch with MII/RMII (Automotive) RoHS:否 制造商:Micrel 產(chǎn)品:Ethernet Switches 收發(fā)器數(shù)量:2 數(shù)據(jù)速率:10 Mb/s, 100 Mb/s 電源電壓-最大:1.25 V, 3.45 V 電源電壓-最小:1.15 V, 3.15 V 最大工作溫度:+ 85 C 封裝 / 箱體:QFN-64 封裝:Tray
KSZ8864RMNU TR 制造商:Micrel Inc 功能描述:IC ETHERNET SWITCH 4PORT 64MLF
KSZ8873FLL 功能描述:以太網(wǎng) IC 3-Port Fast Ethernet Switch with 2x FX Ports - Lead free RoHS:否 制造商:Micrel 產(chǎn)品:Ethernet Switches 收發(fā)器數(shù)量:2 數(shù)據(jù)速率:10 Mb/s, 100 Mb/s 電源電壓-最大:1.25 V, 3.45 V 電源電壓-最小:1.15 V, 3.15 V 最大工作溫度:+ 85 C 封裝 / 箱體:QFN-64 封裝:Tray