Part Number: MSP-EXP432P401R
Tool/software: Code Composer Studio
Hi,
I am working with the MSP-EXP432P401R developement board and want to test the I2C part using Driver API. I have 2 boards so one i'm configuring as a master and other as a slave. I tried using the available examples of Driver API for I2C and these examples are i2c_master_w_multibyte-master_code in one device and i2c_master_w_multibyte-slave_code in another device. both device SDA and SCL pins are connected with each other using external pull up resistor.
Problem in above experiment is that Master device sending the data and code is going to I2C ISR but Slave device is not receiving anything and keep waiting to receive some data.
is there any correction in example code which we need to do? or i tried searching all over but couldn't get the solution.
NOTE: i tested without the Driver library, that means i tried with the register level example code for master and slave. that has worked fine for both slave and Master.