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/MSP430F2132: I2C implementation on Monza X-2k Dura Chip

Part Number: MSP430F2132

Tool/software: Code Composer Studio

I'm using MSP430F2132 with the RFID Monza X-2k Dura Chip from Impinj, the datasheet is in annex. And I’m having some trouble coding the transaction of one word (16 bit) to the chip through I2C. This is what it must be sent:

  • 1 Start bit
  • 7-bit I2C Address + 1bit read/write: 110111M0
  • Acknowledge from slave (chip)
  • 8-bit memory address
  • Acknowledge from slave
  • 8-bit data
  • Acknowledge from slave
  • 8-bit data
  • Acknowledge from slave
  • 1 Stop bit

The M in the slave address, is the MSB of the memory address.

I think that the memory address is in the EPC memory, but I’m not sure.

Someone can help me understand the basic i2c code to implement? I’ve tried many things and nothing works.

And the memory to use is in fact the EPC memory?

Thanks and regards,

Mariana

Monza X-2K Dura Datasheet 3-24-14.pdf

**Attention** This is a public forum