MIPI CSI2 SoT and EoT Command Packages?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MIPI CSI2 SoT and EoT Command Packages?

2,577 Views
mustafabakircio
Contributor IV

Hello;

pastedImage_1.png

According to this package formats there is SoT( start of transmission ) and EoT( end of transmission) packages. These packages(commands) is help to exit and start  low power state (LPS) mode in the mipi csi2 , Should we send this command packages from the camera device driver or is this packages are defined in other structers. If you have ever done this before can you give me little example , it would be very very appreciated. Thanks 

Best Regards.

0 Kudos
1 Reply

1,695 Views
igorpadykov
NXP Employee
NXP Employee

Hi Mustafa

seems one can look at simple SDK mipi example in drivers/mipi/src/

mipi_dsi_common.c and function gen_write_cmd[], generic packet header (packet data and type)

Github SDK
https://github.com/backenklee/swp-report/tree/master/iMX6_Platform_SDK

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos