Camera Interface
7-7
MPU Public Peripherals
You should use the RAZ_FIFO bit to clear any remaining data in FIFO before
starting a new transfer. This bit also resets all status and control signals related
to the FIFO, and it disables interrupt generation from the camera interface, so
the RAZ_FIFO bit must be inactive before any camera interface transfers are
started.
7.2.1.4
Set of Order
Each four bytes received from the camera must be packed and can be
swapped to follow the order YUV specified in the camera mode register by
ORDERCAMD:
Figure 7-5. Order of Camera Data on TIPB (Not Swapped)
ÎÎÎÎÎÎÎÎÎ
ÎÎÎÎÎÎÎÎÎ
Y6
V3
Y5
U3
Y4
V2
Y3
U2
Y2
V1
Y1
U1
U2, Y3, V2, Y4
U1, Y1, V1, Y2
Not swapped
TIPB (32 bits)
CAM.D[8] (8 bits)
U1 = Bits 31:24
Y1 = Bits 23:16
V1 = Bits 15:8
Y2 = Bits 7:0
Figure 7-6. Order of Camera Data on TIPB (Swapped)
ÎÎÎÎÎÎÎÎÎ
ÎÎÎÎÎÎÎÎÎ
Y6
V3
Y5
U3
Y4
V2
Y3
U2
Y2
V1
Y1
U1
Y3, U2, Y4, V2
Y1, U1, Y2, V1
Swapped
TIPB (32 bits)
CAM.D[8] (8 bits)
Y1 = Bits 31:24
U1 = Bits 23:16
Y2 = Bits 15:8
V1 = Bits 7:0