Bhargava, Check out the "i2cslaveexample1" project from the MSP432 SDK to learn how I2C is setup. Open MSP_EXP432PR401R.c, and you'll see that the default slave address, 0x48, is defined in i2cSlaveMSP432HWAttrs. You can also use our PinMux Tool to configure your I2C use case, peripheral, slave address, and pins. After doing so, generate the output files and compile them into your project. PinMux Tool Tutorial Vid: https://www.youtube.com/watch?v=Q8yby_i3N_M BR, Seong
↧