Hello,
I am using the IWR1443BOOST with mm-Wave SDK 1.0, interfacing with an FPGA. I am using the provided capture demo to bring up the CSI2 interface.
I can reliably observe the correct frame structure as described in datasheet (www.ti.com/.../iwr1443.pdf) Figure 6.5. However I am not sure how to interpret the data within the CSI frame. I have consulted the Technical Reference Manual (www.ti.com/.../swru522b.pdf) Section 13.4.1.1.2 for reference.
Here is what I see
Lane 0 | Lane 1 | Lane 2 | Lane 3 | |
SYNC | 0xb8 | 0xb8 | 0xb8 | 0xb8 |
DT | 0x15 | 0x03 | 0x00 | 0x2c |
WC[0:1] | 0x12 | 0x58 | 0x01 | 0x14 |
WC[2:3] | 0xfd | 0x10 | 0x0d | 0x00 |
ECC | 0x68 | 0xfb | 0x0e | 0xd8 |
The first row is clearly the SoT. However I expect that the next rows should correspond to the Data Type and Word Count fields, but the actual values don't make any sense.
My questions are:
1. Does the data packet follow the MIPI CSI2 standard?
2. How can I interpret the received values in the context of the CSI2 standard?
Thanks for your help.
Regards,
Antonio