05-09-2022 11:23 AM
Hi
Our host microcontroller connected with BMI270 has a hardware limitation. The max data length can be sent using I2C/SPI is 4KB while the init array is 8K. Is there any workarround like spliting this array into 2 arraies ? In the same time the datasheet says the send should with burst write so basiclly the split is not doable with split ?
Solved! Go to Solution.
05-09-2022 11:49 AM
Hi YahyaTawil,
Yes, it supports. You could see the example code on github.
bmi->read_write_len = READ_WRITE_LEN;
https://github.com/BoschSensortec/BMI270-Sensor-API/blob/master/bmi270_examples/common/common.c