Myself Sojan Francis and I am totally new to the I2C environment.
I am using the PCA9545A (4 channel) switch to downstream the communication from a single master to different channels. The switch is the only slave connected directly to master and all other devices are connected through the switch.
As per data sheet of the PCA9545A, after writing the control word to select the channel, stop cycle must be placed in the bus to activate the selection. Naturally start cycle and address of switch wil come next.
My question is if I send the data bytes now, will they go through the selected channel and reach the connected devices? In other words, will the channel selection remain valid after the Start cycle?