Part Number: MSP432P401R
Hello,
I am using the MSP432 for my senior design project. I have it working properly when I am using the launch pad. I am using an I2C communication to the MAX 30101 chip through given address in the spec. In this case it is 0x57. However, when I try to use the MAP_I2C_masterSendMultiByteStart(EUSCI_B3_BASE, reg); function and pass 0x57 to the device, the slave address sent becomes 0x7F. This is making a loop of the FF to be sent through the communication protocol. If any one can help it would be greatly appreciated.