This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC1352R: CC1352R

Part Number: CC1352R

Tool/software: Code Composer Studio

Hi All,

I am working with ICM 20948 via I2C communication . I added my code in example i2ctmp007 example code. I  can able to read DEVICE_ID. But i cannot able to read accelerometers values.For reading accelerometer values I used registers from 0x2D .Is there anything i need to enable or disable or use any other registers to get my accelerometer values .please let me know as soon as possible.

Thanks&Regards,

NIHARIKA

  • I would suggest you to use protocol analyzer or scope to check your I2C signal and compare the commands with ICM 20948 datasheet to see what's wrong.

  • As far I can see this is not a question directly related to the usage of the driver. We can help on how to support on how to use the driver but we can only give very limited support on how to access a given device (in this case ICM 20948) since we don't know the device and we don't have it to do testing. 

    As YK state, you have to monitor the I2C bus and compare the traffic on the bus with what is stated in the ICM 20948 datasheet.