This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SN65DSI83: SN65DSI83, Propiety initializaton, clock setting

Part Number: SN65DSI83

Hello,

I am testing SN65DSI83 as 4 lines MIPI bridge to 4 lines LVDS (WF101GTYAPLNG0#). LVDS pattern works fine, so I think that LVDS hardware is ok.

When I disable pattern (register 0x0C, bit 4 don't set high)  and connect to MIPI source then my display is dark. 

My display need 72Mhz LVDS clock so I use external source for it. Can I use source of MIPI signal with the same frequency as LVDS clock?
When I set burst MIPI In DSI tuner, then program show error about minimum frequency is more than 216Mhz, but when I set non-burst this error don't occure. Can you explain it ?

In attachment is my configuration IC. Can you check it ? Maybe it is easy mistake.

SN65DSI183.c
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "SN65DSI183.h"
I2C_HandleTypeDef hi2c1;
#define SN65_reg_SOFT_RESET 0x09
#define SN65_reg_LVDS_CLK 0x0A
#define SN65_reg_MIPI_CLK 0x0B
#define SN65_reg_PLL_EN 0x0D
#define SN65_reg_CHA_DSI_LANES 0x10
#define SN65_reg_CHA_DSI_DATA_CLK 0x11
#define SN65_reg_CHA_DSI_CLK_RANGE 0x12
#define SN65_reg_LCD_SET 0x18
#define SN65_reg_LVDS_VOCM_VOD 0x19
#define SN_65_CHA_REVERSE_LVDS 0x1A
#define SN_65_CHA_LVDS_CM_ADJUST 0x1B
#define SN_65_CHA_ACTIVE_LINE_LENGTH_LOW 0x20
#define SN_65_CHA_ACTIVE_LINE_LENGTH_HIGH 0x21
#define SN_65_CHA_VERTICAL_DISPLAY_SIZE_LOW 0x24
#define SN_65_CHA_VERTICAL_DISPLAY_SIZE_HIGH 0x25
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Best regards,

Mateusz