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.

MSP432P401R: I2C Transfer Causes mainThread to Pend Forever

Part Number: MSP432P401R

I ran into an issue while trying to read the TMP117 sensor using the MSP432 TI driver library. At first I thought this was an issue with my code, however, running the i2ctmp example project shows the same results. Once I2C_transfer is called, it appears that a semaphore waits for a post but hangs because the post never occurs.

I ran the same i2ctmp project on a CC26X2R1 and was able to read the sensor normally. This shows that it isnt an issue with the hardware.

Are there known issues with the MSP432 i2c examples?

Thank you,

Casey