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.

DS250DF410: 10G configuration

Part Number: DS250DF410
Other Parts Discussed in Thread: SIGCONARCHITECT

Hi there:

I'd like to check the code of configuration for our customer for 10Gbps application.

Besides the Reg_0x2F need to set as [00] or [10], what suggestion need to modify about their register set-up? 

===

ch0 :sfp to LX2160 (module-to-host) Ingress

 

i2c md 0x1b 0xf1 1

i2c mw 0x1b 0xfc 0x01     //Channel 0

 

i2c mw 0x1b 0x00 0x04

i2c mw 0x1b 0x0a 0x0c

i2c mw 0x1b 0x2f 0x00

i2c mw 0x1b 0x31 0x40

i2c mw 0x1b 0x1e 0x20

i2c mw 0x1b 0x3d 0x80

i2c mw 0x1b 0x3d 0x00

i2c mw 0x1b 0x3F 0x40

i2c mw 0x1b 0x3E 0x40

i2c mw 0x1b 0x3D 0x0E

i2c mw 0x1b 0x3F 0x02

i2c mw 0x1b 0x3E 0x01

i2c mw 0x1b 0x0A 0x00

 

 

ch1 :LX2160 to SFP (host-to-module) Egress

 

i2c md 0x1b 0xf1

i2c mw 0x1b 0xfc 0x02     //Channel 1

 

i2c mw 0x1b 0x00 0x04

i2c mw 0x1b 0x0a 0x0c

i2c mw 0x1b 0x2f 0x50

i2c mw 0x1b 0x31 0x20

i2c mw 0x1b 0x1e 0x08

i2c mw 0x1b 0x3d 0x80

i2c mw 0x1b 0x3d 0x00

i2c mw 0x1b 0x3F 0x40

i2c mw 0x1b 0x3E 0x40

i2c mw 0x1b 0x3D 0x0E

i2c mw 0x1b 0x3F 0x02

i2c mw 0x1b 0x3E 0x01

i2c mw 0x1b 0x0A 0x00

===

  • Hi Kay,

    All we need to do is to set reg 0x2F[7:4]=4'b0000.
    Also, it is a good idea to reset the device after this setting. You can do this by setting:
    0x0A[3:2] = 2'b11
    0x0A[3:2] = 2'00

    It would be a good idea if your customer can put a connector on their board for SMBus interface: SDA, SCL, & GND. This will enable us to use SigconArchitect GUI to directly control the device.

    Here is my email address: Nasser.mohammadi@ti.com. Please let us know about the application for this project.

    Regards,,nasser