Part Number: MSP432P401R
Tool/software: Code Composer Studio
Hello everyone,
I'm working with the i2c protocol of the launchpad to communicate with 2 other msp432p401r launchpad. My question is if there is a dynamic way to change the slave address for the launchpad, I know that in the MSP_EXP432P401R.c file of each new project the address is set to 0x48 h. Is there an API that changes this address, without I having to change it manually?
Thanks