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.
Part Number: MSP432P401R
Hello, i have been trying to communicate between the MSP432 and a sensor using energia but couldnt get that working, so i thought i should try the example CSS projects but i dont think the examples for the MSP430 slave i2c and the MSP432 master i2c are compatible. I dont have another MSP432 to do the i2c test on. Is there something i may be able to do, like trying to use the MSP432 code on the MSP430?
Hi, Connor,
It is not good to use the MSP432 code on MSP430. They are different platform: the core is different.
Why you don't try the MSP432 I2C master code example to communicate with MSP430 with its I2C slave code example? Please note the I2C speed needs to be set to the same. It should be no problem for them to communicate successfully.
Thanks,
Lixin
Sorry for the late reply, i haven't tried it but i believe that's what i will do.
Thank you for your time.
**Attention** This is a public forum