Hi,
we try to load the BMA456 AN firmware with using the Bosch Sensor API 2.29.0
The normal communication (read/write registers) is successful (read BMA4_CHIP_ID_ADDR, set BMA4_POWER_CONF_ADDR, etc.).
But after loading the firmware the register 0x2A (BMA4_INTERNAL_STAT) is always 0.
We try it with the default BMA4_READ_WRITE_LEN == 46 and also with 1200 byte (the size of the AN firmware). Both settings don't work.
We compare the loaded config file with the array, there is no difference (0x5B 0x00 0x5C 0x00 0x5E [start of the 1200byte firmware]).
Are there other things we can check besides the 0x2A register to track down the problem?
Regards