Other Parts Discussed in Thread: AWR2243
Hi,
I am trying to connect AWR2243 to HOST via CSI.
I need to write my own V4L2 driver for this.
How should I know what is the CSI resolution that will be sent from the AWR2243?
Regards,
Ron
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am trying to connect AWR2243 to HOST via CSI.
I need to write my own V4L2 driver for this.
How should I know what is the CSI resolution that will be sent from the AWR2243?
Regards,
Ron
Hi
The ADC samples in a chirp constitute the line, number of lines are the chirps in the frame.
Thank you
Cesar
Hi,
I have a follow-up questions, as my V4L2 driver doesn't receive the CSI data (I can see in the oscilloscope that data arrive to my host).
Assuming my configuration is the following:
- 16 bits of data
- 4 RX channels
- 256 ADC samples
- 128 chirps per frame
- 40ms periodicity
So the video configuration should be:
- Format is 1024x128 (256 samples x 4 channels)
- Each pixel is 4 Bytes (16bits real, 16bits imaginary)
- Line length is 4096 Bytes
- 25 FPS
- Data type is RAW8 ???
Is that correct?
And what about the CP info ?
Regards,
Ron
Sorry for the delay
The format of the CSI2 packets is provided in the AWR2243 datasheet section 9.4.1
https://www.ti.com/lit/ds/symlink/awr2243.pdf
I think you should try first to get the driver to work with raw data only, no CP data.
Unfortunately we don't have a working example of a v4l2 driver.
Thank you
Cesar
No,
You can configure to send only the RAW data without the CP information.
This information is part of the RF configuration.
Please start a new thread if you need more details about this configuration
Thank you
Cesar