How to set MIPI clock in cx3?

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

cross mob
Nolan_Maverick
Level 1
Level 1
50 sign-ins 5 replies posted 25 sign-ins

Hello,

            I struggling to find the answer, that how to configure MIPI clock in CX3,  is MIPI clock settings some thing related totally to sensor and ISP registers or do we need to configure in CX3. If MIPI clock need to be set in CX3, how to do that?

0 Likes
1 Solution
Bakal
Moderator
Moderator
Moderator
100 sign-ins 25 solutions authored 50 replies posted

Hello,

In the CX3 application firmware, clock configuration parameters are a part of the CyU3PMipicsiCfg_t structure (for clock), which is passed to the CyU3PMipicsiSetIntfParams() API to configure the CSI-2 block. 

You can refer to the CX3 TRM for clock and FX3 API Guide to learn more about the above APIs. 

Regards,
Sakshi Bakal

View solution in original post

1 Reply
Bakal
Moderator
Moderator
Moderator
100 sign-ins 25 solutions authored 50 replies posted

Hello,

In the CX3 application firmware, clock configuration parameters are a part of the CyU3PMipicsiCfg_t structure (for clock), which is passed to the CyU3PMipicsiSetIntfParams() API to configure the CSI-2 block. 

You can refer to the CX3 TRM for clock and FX3 API Guide to learn more about the above APIs. 

Regards,
Sakshi Bakal