BNO055 I2C communication can cause problems in that it answers too late or because of other issues. The result is that the I2C driver of TI-RTOS gets blocked forever and as a result all other tasks using I2C. Without BNO055 requests, bug does not appear.
- try to toggle mainboard reset from EPS (instead of power cycling it. avoids IMU calibration status to be reset to 0 --> ensure no IMU_init is called after this!)
BNO055 I2C communication can cause problems in that it answers too late or because of other issues. The result is that the I2C driver of TI-RTOS gets blocked forever and as a result all other tasks using I2C. Without BNO055 requests, bug does not appear.