[Current settings]
1. interface: I2C fast mode 400Khz
2. address: 0x68
[Problem]
As shown in the attached, -2, -9 error code is generated when BMI270 is initialized during initial boot of the terminal
Afterwards, if bmi270 is reinitialized, normal booting and reading sensor values (retry is random, but usually booting normally after about two times)
[Code]
rslt = bmi270_init(&bmi270Dev);
bmi2_error_codes_print_result(rslt); --> Outputs code generated here
I can't determine what the error code number is. I ask for your help me.