Hi,
I am using mca8652fc and used device address as #define ACCELEROMETER_ADDR 0x1D but it is not reading WHO_AM_I register properly. I used #define ACCELEROMETER_ADDR (0x3AU >> 1) instead this is also not working. Do you have any idea on this? data sheet says 3B is for read and 3A for write. By following example code "twi sensor" given in SDK10.
Thanks