Hello,
we develop testing tools which will be inserted into a FPDLINK3 link (called TAP, test access point). So a ECU deserializer (ECU_DES) connects to our TAP_SER which is logically connected to a TAP_DES which will connect to the sensor serializer (CAM_SER).
ECU_DES <= cable => TAP_SER <-logic-> TAP_DES <= cable => CAM_SER <-> CAM
Without TAP a ECU would configure the ECU_DES first and then the CAM_SER and the CAM.
When the TAP is introduced, the ECU_DES is connected to the TAP_SER, the ECU_DES pairs with the TAP_SER. This leads to the situation that the ECU now configures the TAP_SER instead of the CAM_SER.
Is there any possibility to disable the pairing between the ECU_DES and TAP_SER?
This shall avoid that ECU accesses via the serializer alias address (954.ALIAS_REMOTE_SER_ADDRESS) address the TAP_SER, but come out of the TAP_SER as I2C packets?