2025-07-15 6:03 AM
We have procured STEVAL-MKI197V1 I3C device to validate I3C on the AMD platform, and we have found the slave driver support from the st website and below is the link shared for the same.
https://github.com/STMicroelectronics/st-mems-android-linux-drivers-iio/tree/master
When we connect the same device to the i2c controller it's getting the address as 6a but when we connect to i3c controller device is not even detecting
when we checked the in the source code 6a address we couldn't find and tried by adding prints in the beginning of the st_lsm6dsox_i3c_probe function but didn't get the prints too
can anyone help it on the issue.