2017-05-12 08:04 AM
Hi;
I have stm32f103c8t6 mcu and LSM330 6DOF imu sensor. I try to read from LSM330TR imu sensor. I have a problem.
When I read gyro datas from imu, everything is OK. I can read them, but when I tried to read acc datas from imu, I can't read them. I think problem is in sensor or there is something out of sight.Could you help me solve this problem?What could the cause of the problem?
Note: this post was migrated and contained many threaded conversations, some content may be missing.2017-05-25 12:10 PM
Pins configured in Open-Drain mode, or Push-Pull?
2017-05-26 02:16 AM
I prepared the i2c configuration on STM32Cube. Pins configured in Open-Drain.
2017-05-26 06:58 AM
In addition, the scl and sda connections were pulled up with a 4.7k resistor to 3.3V.