I am using an ISM330DHCX device. I want to know how I can program the device to read the 12 registers, OUTX_L_G thru OUTZ_H_A in a continuous mode.
I know that CTRL3_C, IF_INC defaults to auto-increment of register address.I am trying to stream accel/gyro register data from the device by sending a SPI read command to register OUTX_L_G. The SPI controller is configured to read 12-bytes. The regis...