2026-06-02 1:10 AM
Hello Team,
We are using Qulacomm board QCS8550 Aikri kit with LE r90 release for production, In that there is SSC driver support of LSM6DSV
Our setup includes two LSM6DSVTR IMU sensors, and we are attempting to read and write sensor data over SSC using an I2C interface. The I2C bus has been configured in the JSON configuration file for the LSM6DSVTR.
Use Case Requirements:
Configuring both IMU sensors using the SSC driver with an I2C-based interface Using interrupt pins for data-ready signaling
Specifically:
INT2 must support an external pulse:
Current Status:
In the current driver implementation located at:
source/adsp_proc/ssc_drivers/lsm6dsv
From the driver code analysis, we observed that data is currently being received using a FIFO-based mechanism.
Additionally, it appears that the default driver implementation supports only the INT1 interrupt, while there is no implementation observed for INT2.
Problem Statement:
Our requirement is to generate an INT2 pulse for every sensor data sample.
For example, if the configured sample rate is 10 Hz, we expect one INT2 pulse per sample.
Currently we are not receiving any interrupt on INT2 pin of LSM6DSV,
Can you please help us to how to produce the DRDY interrupt on INT2 pin for SSC driver implementation ?
Lets us know if you required any additional information.
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.