06-24-2019 10:47 PM
06-24-2019 11:57 PM
01-20-2020 12:30 PM
I also have the same problem with I2C communication
In addition, the sensor hangs for small buffer sizes while uploading file. And it doesn't work anymore to restart it
02-29-2020 11:53 AM - edited 02-29-2020 11:53 AM
How did you upload the config file to the BMI270?
03-03-2020 02:01 AM
The error you saw is intialization error which caused on FW download error. either some bits are not correct or lost during communication.
The FW itself are well tested before release on BMI270 and we have example code in our COINES UI platform to show you how it works.
BMI270 can accept any length of burst write for the configure files but some MCU can only support some limited bytes for burst write. So you need to double check the read_write_len parameters when you use to initialize the sensor in device structure is matching to your MCU spec or not.
You can try to read out the configure string and compare to the one you written into then you will know if there is any communication error on the bus.