after PDn is de-asserted it appears that the TAS takes time to "figure out" its i2c address using the I2C_ADDR pin. In fact if I try to address it a few microseconds later it does not respond and there is a NAK on bus.
I tried some configurations and tried to investigate the time it takes the TAS to respond:
I2C_ADDR pin | addr | time |
0 pulldown | 0x60 | ~40us |
24k pulldown | 0x63 | ~170us |
1k pulldown | 0x61 | ~190us |
0 pullup | 0x67 | ~190us |
1k pullup | 0x66 | ~190us |
This happens before programming, so it does not depend on some register value.
Is this behavior normal?
best regards