User's Manual

Table Of Contents
USB2.0 DEVICE S3C2450X RISC MICROPROCESSOR
17-24
8.16 MAX PACKET REGISTER (MPR)
The byte write count register keeps the byte (half word) count value of a TX packet from MCU. The counter value
will be used to determine the end of TX packet.
Register Address R/W Description Reset Value
MPR 0x4980_003C R/W MAX Packet Register 0x0
MPR Bit R/W Description Initial State
[31:11]
Reserved
MAXP [10:0] R/W MAX Packet [10:0]
The max packet size of each endpoint is determined by
MAX packet register. The range of max packet is from 0 to
1024 bytes.
000_0000_0000 = Max Packet 0 byte.
000_0000_1000 = Max Packet 8 bytes.
000_0001_0000 = Max Packet 16 bytes.
000_0010_0000 = Max Packet 32 bytes.
000_0100_0000 = Max Packet 64 bytes.
000_1000_0000 = Max Packet 128 bytes.
001_0000_0000 = Max Packet 256 bytes.
010_0000_0000 = Max Packet 512 bytes.
100_0000_0000 = Max Packet 1024 bytes.
11’h0