I am trying to interface Texas Instrument TXS02324 IC which is used for sim multiplexing.
I am communicating with this IC over I2C protocol. I am using nearly same api for the communication which was stated by Quectel itself.
While communicating with TI ic, SIM1 slot is selected by default by the IC. I am able to get the SIM CLK and SIMIO from baseband to SIM1. but when I switch the sim from SIM1 to SIM2, No clock is getting observed.
As per the IC datasheet, Baseband needs to be in clock stop mode before sim switching. Is there any such mode available.?
If Yes, Then how I can use this mode.