Resolved! Hi there I am using a lsm6dsr to measure acceleration and gyrodata. I programed the write, read, delay and print functions ans validated them. But unfortunatly i can no get any values or activityfunctions from it.
I initialize the sensor like this:uint8_t rst; dev_ctx.write_reg = platform_write; dev_ctx.read_reg = platform_read; dev_ctx.handle = &SENSOR_BUS; static uint8_t whoamI; /* Wait sensor boot time */ platform_delay(1000); /* Check device ID */ lsm6dsr_...