Hello, Dear Commity,
I am trying to config CSI0 register for imx6 dual (MCIMX6D5EYM10AD).
I need use CSI0 to capture YUV422(YUYV) sensor data. Detail is listed below:
1.pin : CSI0_DAT[12-19] 8bit
2.timing protocol: Gated mode
3.YUV color: YUV422 16bit/color
And then,with <i.MX 6Dual6Quad Applications Processor Reference Manual>,I config IPU0_CSI0_SENS_CONF register like this: 0x0400C900, but it received data from CSI0_DAT[4-19]. For example,send aa 55,but the data it received is 00 aa and 00 55.
So the question is how I config the CSI0 to make it work on CSI0_DAT[12-19] and receive 16bit/color data.
Thanks!