hi, all I use SPI to connect to BMI270, I have 2 questions: 1. when I send 0x80 0xff 0xff, I can read MISO as 0xff 0x00 0x24. So 0x24 is chip_id, it is correct. when I send 0x80 0xff, I can read MISO as 0xff 0x00. which command is correct? 2. when I read BMI270 status after write_config_file, which command should I use? send 0xa1 0xff 0xff and read receive buffer of 3 bytes, byte0: ff, byte 1: ff and byte 2 is the status or send 0xa1 0xff and read receive buffer of 2bytes, byte 0: ff, byte 1: the status. which is correct? Thank you in advance.
... View more