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.
Dear Philippe,
I think I might misinterpret TI guidelines.
Regarding your comment about the first option describing the mapping options:
MASTER ASIC:
------------------
M_HS_WDATA_D_P --> D_AP(0)
M_HS_WDATA_D_N --> D_AN(0)
M_HS_WDATA_C_P --> D_AP(1)
M_HS_WDATA_C_N --> D_AN(1)
[...]
M_HS_WDATA_E_P --> D_AP(7)
M_HS_WDATA_E_N --> D_AN(7)
SLAVE ASIC:
------------------
S_HS_WDATA_D_P --> D_BP(0)
S_HS_WDATA_D_N --> D_BN(0)
S_HS_WDATA_C_P --> D_BP(1)
S_HS_WDATA_C_N --> D_BN(1)
[...]
S_HS_WDATA_E_P --> D_BP(7)
S_HS_WDATA_E_N --> D_BN(7)
And taking into consideration the following table:
Should it be the following a correct configuration?
MASTER ASIC (option 2 guideline):
------------------
M_HS_WDATA_E_P --> D_AP(0)
M_HS_WDATA_E_N --> D_AN(0)
M_HS_WDATA_F_P --> D_AP(1)
M_HS_WDATA_F_N --> D_AN(1)
M_HS_WDATA_G_P --> D_AP(2)
M_HS_WDATA_G_N --> D_AN(2)
[...]
M_HS_WDATA_C_P --> D_AP(6)
M_HS_WDATA_C_N --> D_AN(6)
M_HS_WDATA_D_P --> D_AP(7)
M_HS_WDATA_D_N --> D_AN(7)
AND FOR
SLAVE ASIC(option 1 guideline):
------------------
S_HS_WDATA_D_P --> D_BP(0)
S_HS_WDATA_D_N --> D_BN(0)
S_HS_WDATA_C_P --> D_BP(1)
S_HS_WDATA_C_N --> D_BN(1)
[...]
S_HS_WDATA_E_P --> D_BP(7)
S_HS_WDATA_E_N --> D_BN(7)
I have the following schematic on my DMD4710 chip design, I will appreciate if you can give it a look and tell me if I am right. What would happen if I connect it this way?
Thanks for your support Philippe.
To be clear:
*We are designing a lithography application using the DMD4710 chip.
*We will use the DLPDLCR4710EVM-G2 control board. But we will not use the Young Optics optical engine.
* Basically, for our convenience, we are just replacing the Young Optics DMD4710 PCB with our own design. So we can say that we want to use the same option as Young Optics has.
So the following schematic is to connect de DLP4710 chip to the evaluation board (DLPDLCR4710EVM-G2) both master DLPC3439 and slave DLPC3439.
**********************************************************************
Note1: Because I am using a type A ribbon cable (just like young optics does) the pin 1 (on the molex connector) on the control board goes to pin 80 of the dmd pcb.
Note2: We are not using the W25Q16JV flash memory. So we are not connecting
FLASH_PWR
EXT_M_SPI_CLK
EXT_M_SPI_DOUT
EXT_M_SPI_DIN
EXT_M_SPI_CSZ
EXT_S_SPI_CLK
EXT_S_SPI_DOUT
EXT_S_SPI_DIN
EXT_S_SPI_CSZ
**********************************************************************
So finally, here comes my question....
**********************************************************************
So under this configuration, and as you can see in the schematic, I have made the following connections:
To MASTER DLPC3439 EVALUATION control board (molex connector):
------------------
M_HS_WDATA_E_P --> D_AP(0)
M_HS_WDATA_E_N --> D_AN(0)
M_HS_WDATA_F_P --> D_AP(1)
M_HS_WDATA_F_N --> D_AN(1)
M_HS_WDATA_G_P --> D_AP(2)
M_HS_WDATA_G_N --> D_AN(2)
[...]
M_HS_WDATA_C_P --> D_AP(6)
M_HS_WDATA_C_N --> D_AN(6)
M_HS_WDATA_D_P --> D_AP(7)
M_HS_WDATA_D_N --> D_AN(7)
To SLAVE DLPC3439 (molex connector):
------------------
S_HS_WDATA_D_P --> D_BP(0)
S_HS_WDATA_D_N --> D_BN(0)
S_HS_WDATA_C_P --> D_BP(1)
S_HS_WDATA_C_N --> D_BN(1)
[...]
S_HS_WDATA_E_P --> D_BP(7)
S_HS_WDATA_E_N --> D_BN(7)
QUESTION
Is the this a correct layout?
Thanks for your time Philippe, and sorry to bother with all this information.
Mario