e-con Systems Assella Data rate(CX3)

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
hata_3396041
Level 4
Level 4
First solution authored First like received 50 questions asked

Hello

Please tell me about Assella data rates.

https://www.e-consystems.com/jp/Cypress-CX3-THine-ISP-13MP-RDK-jp.asp

Data rate when communicating at Ultra HD (3840×2160)15fps

about 1.9Gbps = 3840x2160x15fpsx16bit/1000000000

When the YUV422 of Cypress CX3 is selected (16bit width),the maximum data rate is exceed(1.6Gbps).

Question

When this happens, is CX3 doing 24-bit transfer?

I want to know the CX3 Mipi setting value and the setting values of CyU3PMipicsiSetIntfParams and CyU3PMipicsiGpifLoad in this case.

0 Likes
1 Solution

There is no settings for 32 bit stream format.

In terms of YUV, there are 3 types of YUV422 8bit mode format and YUV422 10 bit mode.

pastedImage_0.png

Please ask the customer to read CX3 stream format on the TRM. Especially, "1.6    CX3 MIPI CSI-2 Stream Formats"

https://www.cypress.com/documentation/technical-reference-manuals/ez-usb-cx3-technical-reference-man...

After that, could you let me know the question from the customer if it still exists?

Best regards,

Hirotaka Takayama

View solution in original post

0 Likes
3 Replies
HirotakaT_91
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

You can set 24-bit GPIF bus width to achieve high bandwidth. (CY_U3P_MIPICSI_BUS_24 is defined in CyU3PMipicsiBusWidth_t structure for setting of CyU3PMipicsiGpifLoad)

For more information, you can refer to the CX3 examples in FX3 SDK. C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\firmware

After that, could you let me know which parameter you are not clear?

Best regards,

Hirotaka Takayama

0 Likes

Thank you for your response.

I want to know the value of data Format which is an element of CyU3PMipicsiCfg_t structure for setting to

MIPI CSI-2 Receiver(YUV422 32bit) / Parallel Output(YUV422 24bit).

Currently,it is set to CY_U3P_CSI_DF_YUV422_8_2 for setting to MIPI CSI-2 Receiver(YUV422 16bit) / Parallel Output(YUV422 16bit).

0 Likes

There is no settings for 32 bit stream format.

In terms of YUV, there are 3 types of YUV422 8bit mode format and YUV422 10 bit mode.

pastedImage_0.png

Please ask the customer to read CX3 stream format on the TRM. Especially, "1.6    CX3 MIPI CSI-2 Stream Formats"

https://www.cypress.com/documentation/technical-reference-manuals/ez-usb-cx3-technical-reference-man...

After that, could you let me know the question from the customer if it still exists?

Best regards,

Hirotaka Takayama

0 Likes