Hi,
I'm Using ICM20948. The datasheet states the following about ACCEL_CONFIG register( 10.15 ACCEL_CONFIG page 64 of datasheet):
Name: ACCEL_CONFIG Address: 20 (14h) Type: USR2 Bank: 2 Serial IF: R/W Reset Value: 0x01
it means if I write 0x11 to this register, I should be able to read it back. However, this is not the case. I always read
back 0x01 from this register.
I was using sparkfun library and here is the issue on github:
https://github.com/sparkfun/SparkFun_Qwiic_9DoF_IMU_Breakout/issues/6
Can someone tell what's being done worng here?