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.

IWR6843: I2C communication error with SDKv3.6 I2C driver

Part Number: IWR6843
Other Parts Discussed in Thread: MMWAVEICBOOST, ,

Dear support team,

I2C communication error is observed with SDKv3.6 I2C driver.

- HW : MMWAVEICBOOST + IWR6843ISK-ODS

           I2C master = external MCU, I2C slave = IWR6843

- Symptom : No ACK is returned to master. Also, there is no reaction on I2CSlave_read() and I2CSlave_write() by monitoring with JTAG debugger. 

Slave address is set up with 0x65(7bit), by referring slave.c in SDKv3.6 I2C driver ;

   I2CSlave_Params_init(&i2cParams);

    i2cParams.transferMode = I2CSLAVE_MODE_BLOCKING;

    i2cParams.slaveAddress = 0x65;

    i2cHandle = I2CSlave_open(0, &i2cParams);

We are afraid slave address may not be correctly set up. Please kindly let us know how to resolve this issue. 

Best regards,

Taka