Part Number: MSP432P401R
Setting up an MSP432 LaunchPad to transmit via I2C to a custom SBC that also has an MSP432P401R. Currently same MCU type on both ends, each with several I2C ports.
What is the default I2C address for both the Master transmit MCU's I2C port, and the Slave receive MCU's I2C port?
Can you set any valid 7 bit, or 10 bit address in UCBxI2CSA for that specific I2C ports slave address?
The 432 has four possible Own Address Registers: UCBxI2COA0, UCBxI2COA1, UCBxI2COA2, and UCBxI2COA3. Do these correspond to the Own Address for UCB0, UCB1, UCB2, and UCB3 respectively?