Other Parts Discussed in Thread: PCA9544A
Greetings Folks,
I am looking for interface differences between the TCA9544A, and the PCA9544APWR. Looking at the datasheets for these chips, they appear to be very similar. However, the PIC driver code I have for the PCA9544 has issues working with the TCA9544A.
PIC driver code follows:
I2C_Write_Start(addr, chan);
_asm // delay needed for proper read
nop
nop
_endasm
I2C_Write_Stop();
Thank you for your assistance,
Tim