![](http://datasheet.mmic.net.cn/380000/-PD98501_datasheet_16745028/-PD98501_436.png)
CHAPTER 6 USB CONTROLLER
436
Preliminary User’s Manual S14767EJ1V0UM00
6.6.8 Rx data corruption on isochronous EndPoint
On Isochronous Rx EndPoint (EP2), one data packet comes per one frame.
If any Isochronous data packet doesn’t come between two SOF packet, it is assumed that Isochronous data is
corrupted.
In the case of corruption, action of USB Controller varies according to Rx Mode.
(a) Rx normal mode
USB Controller sets EP2ND (EndPoint2 No Data) bit (Bit 6) in USB General Status Register2.
USB Controller doesn’t write any Rx Indications.
USB Controller doesn’t write any data to Data Buffer on System Memory.
(b) Rx assemble mode
USB Controller sets EP2ND (EndPoint2 No Data) bit (Bit 6) in USB General Status Register2.
USB Controller writes dummy data to Data Buffer. (In fact, USB Controller only increment pointer which addresses
Data Buffer by MaxPacketSize. No DMA transfer occurs.)
USB Controller writes Rx Indications which indicates that received data was corrupted on Isochronous EndPoint.
(c) Rx separate mode
USB Controller sets EP2ND (EndPoint2 No Data) bit (Bit 6) in USB General Status Register2.
USB Controller writes dummy data to Data Buffer (In fact, USB Controller only increment pointer which addresses
Data Buffer by MaxPacketSieze. No DMA transfer occurs.)
USB Controller writes Rx Indications which indicates that received data was corrupted on Isochronous EndPoint.
Example
When USB Controller performs receiving in Rx Assemble Mode or Rx Separate Mode, if data corruption occurs on
Isochronous Rx EndPoint (EndPoint4), Data Buffers becomes as figure 6-24.
Shaded area in following figure is filled by valid data. If USB Controller detects that data is corrupted, next data
must be stored in Data Buffer which keeps area for corrupted data. Corrupted data area is equal to MaxPacketSize of
Isochronous Rx EndPoint (EndPoint2).