12-08-2021 02:03 PM
1. load configure file via I2C interface, if it possible load with I2C single byte write action or should implement I2C burst byte write action only?
2. If i only want acc raw data output from BMI270, the configure file load process is mandatory or not?
Thanks!
Solved! Go to Solution.
12-09-2021 02:28 AM
Hello,
My answer is based on our BMI270 github API. - https://github.com/BoschSensortec/BMI270-Sensor-API
1. There is read write length for BMI270 READ_WRITE_LEN in common.c - bmi270_examples/common/common.c
You should change the value, but host MCU should send the value of burst length for BMI270.
2. Yes. It is mandatory.
Thanks,
12-09-2021 03:55 AM
12-10-2021 03:49 AM
1. No, you should use at least 2. Otherwise, you can't download config file properly.
2. We support i2c burst write, and more details you can check in datasheet. If your smbus i2c is under our spec, should work. (Actually, I don't know what smbus i2c is. SMBUS / I2C are technically different spec. If you support i2c burst, please use it.