You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HAL_DCMIPP_CSI_SetConfig at the end does:
WRITE_REG(csi_instance->PCR, CSI_PCR_DL0EN | CSI_PCR_CLEN | CSI_PCR_PWRDOWN);
setting CSI_PCR_PWRDOWN bit powers down the D-PHY_RX.
Is it intentional?
HAL_DCMIPP_CSI_SetConfig at the end does:
WRITE_REG(csi_instance->PCR, CSI_PCR_DL0EN | CSI_PCR_CLEN | CSI_PCR_PWRDOWN);
setting CSI_PCR_PWRDOWN bit powers down the D-PHY_RX.
Is it intentional?