if i reset tca9548a with gpio , after reset how can I select the previous state of the channel selected
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
if i reset tca9548a with gpio , after reset how can I select the previous state of the channel selected
yes, all channels will be deselected
but we select the channel from a driver in prob function
after reset I do not call the probe function again it will call in boot up then what should I do to select the channel again
after reset tca954x from gpio
This depends on what software you are using.
In Linux, the probe function resets the switch (if the GPIO has been declared). So you should not change the GPIO manuially, but unbind and bind the driver to force a new probe (this will also reinitialize all devices behind the switch).