Other Parts Discussed in Thread: AM2732
Tool/software:
Problem Background:Currently, two AWR2243 devices are cascaded, both using CSI2 2LAN to connect to an ARM-based DSP chip for data acquisition. It has been confirmed that the SPI configuration of the AWR2243 is normal and the CSI2 signals are functioning correctly. However, data acquisition on the DSP side is abnormal.
Consultation Questions:
1. CSI2 Output Format:The default configuration of the AWR2243 uses RAW8 format for CSI2 output. Could you explain what this means in our scenario? Does it imply that after receiving the data, the DSP needs to align the data to 12 bits for analysis? Previously, the AM2732 would pad 0s to make 12-bit data into 16-bit data; do we need to perform the same operation? It should be noted that when configuring adcCfg 2 1, the ADC out bits are 16 bits. Will 2243 output ADC data according to 16 bits?
2. Pixel and Resolution Format:I would like to confirm the pixel and resolution format of the current RAW data from the AWR2243. Is it 4 pixels high (RX LANE) by 512 pixels wide (numAdcSamples), resulting in a total data volume of 8K? Can this be freely adjusted—for example, changing the height to 32 and width to 64—without affecting data processing on the DSP side?