TI,
We are attempting to use your ADS1015 ADC thru your PCA9548A I2C Multiplexer.
However, I cannot get this to work on our ST Micro STMM32H processor. But we do have a working Arduino example.
I have attached traces for each.
We tried to make the I2c traffic as close to the Arduino traffic as possible.
We recognize that the ADS1015 requires a delay after a request for conversion, and originally had a write to 0 on the ADS then a 7 ms delay. But our I2C controller seems to put a write to 0 in every read. So we removed the write to 0 before the delay as the (working) Arduino code didn’t have that.
The Arduino is getting proper data back thru the ADS1015, but the ST Micro is getting all zeros back.
Please Advise.
Thanks!