Part Number: MSP432P401R
Hi,
I have a custom board I made and have confirmed I2C on B3 works on PORT 6. I have another device on the I2C port10. I cannot get data to transmit on PORT10. I can get data to transmit on PORT6.
I configured port6 to be in secondary mode.
For port10 I attempted to do nothing, and transmit, but that didn't work. So I changed pins 10.3 and 10.2 to be in primary mode. This didn't work. Subsequently, I tried secondary mode, also did not work.
I am not getting any output of the port 10 pins.
Is this even possible or do I need to somehow disable port 6 first then initialize pins for i2c for port 10?
Also is the better way to do this tie the second slave device to the port 6 i2c bus? I figured that internally they would be connected as they all have the eusci_B3 peripheral.
Thanks!