English
Language : 

PIC18F44J50-I Datasheet, PDF (370/562 Pages) Microchip Technology – 28/44-Pin, Low-Power, High-Performance USB Microcontrollers
PIC18F46J50 FAMILY
22.4.4 PING-PONG BUFFERING
An endpoint is defined to have a ping-pong buffer when
it has two sets of BD entries: one set for an Even
transfer and one set for an Odd transfer. This allows the
CPU to process one BD while the SIE is processing the
other BD. Double-buffering BDs in this way allows for
maximum throughput to/from the USB.
The USB module supports four modes of operation:
• No ping-pong support
• Ping-pong buffer support for OUT Endpoint 0 only
• Ping-pong buffer support for all endpoints
• Ping-pong buffer support for all other endpoints
except Endpoint 0
The ping-pong buffer settings are configured using the
PPB<1:0> bits in the UCFG register.
The USB module keeps track of the Ping-Pong Pointer,
individually for each endpoint. All pointers are initially
reset to the Even BD when the module is enabled. After
the completion of a transaction (UOWN cleared by the
SIE), the pointer is toggled to the Odd BD. After the
completion of the next transaction, the pointer is
toggled back to the Even BD and so on.
The Even/Odd status of the last transaction is stored in
the PPBI bit of the USTAT register. The user can reset
all Ping-Pong Pointers to Even using the PPBRST bit.
Figure 22-6 shows the four different modes of
operation and how USB RAM is filled with the BDs.
BDs have a fixed relationship to a particular endpoint,
depending on the buffering configuration. Table 22-2
provides the mapping of BDs to endpoints. This
relationship also means that gaps may occur in the
BDT if endpoints are not enabled contiguously. This
theoretically means that the BDs for disabled endpoints
could be used as buffer space. In practice, users
should avoid using such spaces in the BDT unless a
method of validating BD addresses is implemented.
FIGURE 22-6:
BUFFER DESCRIPTOR TABLE MAPPING FOR BUFFERING MODES
PPB<1:0> = 00
No Ping-Pong
Buffers
PPB<1:0> = 01
Ping-Pong Buffer
on EP0 OUT
PPB<1:0> = 10
Ping-Pong Buffers
on all EPs
PPB<1:0> = 11
Ping-Pong Buffers
on all Other EPs
Except EP0
400h
400h
EP0 OUT
Descriptor
400h
EP0 OUT Even
Descriptor
400h
EP0 OUT Even
Descriptor
EP0 OUT
Descriptor
EP0 IN
Descriptor
EP0 OUT Odd
Descriptor
EP0 OUT Odd
Descriptor
EP0 IN
Descriptor
47Fh
EP1 OUT
Descriptor
EP1 IN
Descriptor
EP15 IN
Descriptor
483h
EP0 IN
Descriptor
EP1 OUT
Descriptor
EP1 IN
Descriptor
EP15 IN
Descriptor
EP0 IN Even
Descriptor
EP0 IN Odd
Descriptor
EP1 OUT Even
Descriptor
EP1 OUT Odd
Descriptor
EP1 IN Even
Descriptor
EP1 IN Odd
Descriptor
EP1 OUT Even
Descriptor
EP1 OUT Odd
Descriptor
EP1 IN Even
Descriptor
EP1 IN Odd
Descriptor
Available
as
Data RAM
Available
as
Data RAM
4F7h
EP15 IN Odd
Descriptor
4FFh
Maximum Memory
Used: 128 Bytes
Maximum BDs:
32 (BD0 to BD31)
4FFh
Maximum Memory
Used: 132 Bytes
Maximum BDs:
33 (BD0 to BD32)
4FFh
EP15 IN Odd
Descriptor
Maximum Memory
Used: 256 Bytes
Maximum BDs: 6
4 (BD0 to BD63)
Available
as
Data RAM
4FFh
Maximum Memory
Used: 248 Bytes
Maximum BDs:
62 (BD0 to BD61)
Note: Memory area is not shown to scale.
DS39931D-page 370
 2011 Microchip Technology Inc.