Other Parts Discussed in Thread: CC2640
Tool/software: Code Composer Studio
Hi all,
I am trying to implement a CC2640 to communicate with a external RTC via I2C.
Funny thing happened that I was trying to use a slave address of 11011110, but on the scope there showed 10111100, and the following data bytes are correct. It seems somehow the address byte got corrupted like shifted to left by one bit.
I also tried use address of 11111111, scope showed 11111110; used 10101010, scope showed 01010100.
Anyone met similar situation before? Any additional settings to correct this?
Thanks.