W3150A+ WIZnet, W3150A+ Datasheet - Page 53

no-image

W3150A+

Manufacturer Part Number
W3150A+
Description
Ethernet ICs ENET CONTR TCP/IP+MAC
Manufacturer
WIZnet
Datasheet

Specifications of W3150A+

Rohs
yes
Product
Ethernet Transceivers
Supply Voltage - Max
3.6 V
Supply Voltage - Min
3 V
Maximum Operating Temperature
+ 80 C
Package / Case
LQFP-64
Ethernet Connection Type
10Base-T, 100Base-TX
Minimum Operating Temperature
- 40 C
Mounting Style
SMD/SMT
5.2.4.
MAC Raw mode(only supported in socket 0) can be utilized.
{
START:
}
/* sets MAC raw mode */
Sn_MR = 0x04;
/* sets OPEN command */
Sn_CR = OPEN;
/* Check if the value of Socket n Status Register(Sn_SR) is SOCK_MACRAW. */
if (Sn_SR != SOCK_MACRAW) Sn_CR = CLOSE; goto START;
It initializes the socket as MAC raw.
This is same as UDP. Refer to 5.2.2 UDP.
MAC raw received Ethernet packet having packet size information.
In case of MAC raw, 2byte header is attached to the data received. The header structure is as below.
This is same as UDP. Refer to 5.2.2 UDP except that remote_port information is not needed.
Data Size (2) (*Data size include 2 bytes of header)
Socket Initialization
Received DATA?
Receiving Process
Send DATA? / Sending Process
MAC raw
© Copyright 2006 WIZnet Co., Inc. All rights reserved.
- 52 -

Related parts for W3150A+