Hi, I'm programming a STM32L4 and a BMI270 IMU. I cannot seem to initialize the IMU. Could somebody help me out?
I have verified in my code that writing and reading with I2C works as expected, and registers are configured seemingly correctly. I believe there must be a problem with how I write the configuration file to the BMI270, but I am at a loss as to what e...