Initialization error using STM32F4 with IMU by Bosch (BMI160)
Hi,
I use STM32F4 with BMI160. But i have a problem. I cannot initiate BMI160 so I can not get gyro and accel data. You can see here my init functions:
"init_sensor_interface();
bmi160_init(&bmi160dev);
init_bmi160_sensor_driver_interface();"
When i write, i get new error: They are indefined references. I also get "BMI160 initialization fail!" message from my serial screen because "rslt == BMI160_OK" is not true. If you have any idea, please share with me. I couldn't fix it.
Thanks.
