Hello, To get fusion data of BSX lite, it's needed to get the raw sensor data. You can directly "set the input to the variable of the senor struct": LibraryInput_ts.acc.data.x = X; No need to clarify new "bmi160_sensor_data accel" if you don't use this struct to get raw data.
... View more