W5100E01-AVR WIZnet, W5100E01-AVR Datasheet - Page 114

no-image

W5100E01-AVR

Manufacturer Part Number
W5100E01-AVR
Description
Development Boards & Kits - AVR W5100 EVAL BOARD BASED ON AVR
Manufacturer
WIZnet
Datasheet

Specifications of W5100E01-AVR

Rohs
yes
Product
Development Boards
Tool Is For Evaluation Of
ATMEGA128
Core
AVR8
Interface Type
LAN, RS-232
Operating Supply Voltage
5 V
Data Bus Width
8 bit
LCD is High Active Enable Signal.
4.4.4.
In case of W5100, the address is divided into 2 parts about same Chip.
For more details, refer to “W5100 Datasheet”
--LCDCS (0x9000 - 0x93ff)
/* 0x9000 <= < 0x9400 */
LCD_E = (A15 & !A14 & !A13 & A12 & !A11 & !A10) & (!nRD # !nWR);
process(Addr, nRD, nWR)
begin
end process;
if (((Addr >= "100100") and (Addr < "100101")) and (nRD = '0' or nWR = '0')) then
LCDCS <= '1';
LCDCS <= '0';
else
end if;
W5100 Area
© Copyright 2007 WIZnet Co., Inc. All rights reserved.
104

Related parts for W5100E01-AVR