Dear experts,
we are using csitx_transmit_test_main.c to fulfill our own test program about csitx.
1、how to change the mipi clock frequency?
when we set the laneBandSpeed to 800Mbps, we found the mipi clock frequency is 400MHZ;
when we set the laneBandSpeed to 100Mbps, we found the mipi clock frequency is also 400MHZ;
2、in csitx_transmit_test_main.c, App_initTxParams(), appObj->createPrms.instCfg.numDataLanes = 4U
when I change the numDataLanes to 2, I can get the mipi data from 4 lanes, so this change did not take effect.
If I just want to use only two lanes, how should I modify this test code?
thank you