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.

再次请教下DLPC410的初始化问题

Other Parts Discussed in Thread: DLPC410

因为DLPC410这个初始化困扰我很久了,一直没找到突破,所以只有不停在这里提问了。

我看了下training pattern,说主控FPGA要通过并转串的方式,在init_active == 1时,不停发送0010给DLPC410,DLPC410收到的码为0100,这时才验证正确,完成calibration.

我想问下 ,

1.我是直接用的原语 OSerdes来发送这个trainning pattern ,那如果等正式传送数据的时候,数据也是通过这个并转串的方式传送吗?

2.如果传送数据仍然使用training pattern,要求并4:1转串,我的数据都是一个个bit位的,该怎么组合成4:1这种呢。(我的数据是一个一个位平面构成的,每个位平面的像素就是一个bit,但是如果用Oserdes就得用 4:1这种,我不知道如何把一个个像素的数据如何变成4:1的这种)