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/CC1125: SPI communication between MSP-Exp430g2 and CC1125

Part Number: CC1125
Other Parts Discussed in Thread: MSP430G2553,

Tool/software: Code Composer Studio

Hi all,

           I am trying to udy about the device CC1125. In the beginning I am trying to communicate between my controller (MSP430G2553) and the device CC1125. I am just trying to read a register (IOCFG3 register) in single access mode( I believe I have to send 0x80). So the value I should get should be 0x06 right? What I am getting is 0x80 in MISO line. When I am sending 0x30(RESET STROBE) I am getting 0x15 or 0x30 in MISO line.I have double checke the connections, clock and the chip select toggling. Please help me out here. I am very new in this area. Any input will be appreciated.