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.

DS90UB941AS-Q1: Is is possible get a interrupt separately from both sides in splitter mode?

Part Number: DS90UB941AS-Q1

Dear TI,

This is a block diagram of my project is using splitter mode.

I'd like to get a interrupt separately from both side. So I configured the Serializer and De-Serializers as below.

/* Serializer */
WriteI2C (0x0D, 0x2F); // GPIO0, remote control, defalut high, irq
WriteI2C (0x0E, 0x0F); // GPIO1, remote control, defalut high, irq


/* DeSerializer - 0 */
WriteI2C (0x1D, 0x3); // GPIO0[TSP_INTR] : input mode
WriteI2C (0x1E, 0x93); // GPIO2[TSP_RST] : output-high, GPIO1[TSP_INTR] : input mode

/* DeSerializer - 1 */
WriteI2C (0x1D, 0x3); // GPIO0[TSP_INTR] : input mode
WriteI2C (0x1E, 0x93); // GPIO2[TSP_RST] : output-high, GPIO1[TSP_INTR] : input mode

In this case, I can get a interrupt from PORT 0(GPIO0). But PORT1's interrupt(GPIO1) is not synchronized between Serializer and Deserializer.

Is is possible get a interrupt from PORT 1 by GPIO?

If it is possible, please let me know how to configure the Serializer and DeSerializer.

Thanks,

Aiden