Part Number: LAUNCHXL-F280049C
Hi there I am trying to find the I2C slave devices on the bus for my microcontroller using the function
//I2Cs connected to I2CA will be found in AvailableI2C_slaves buffer
//after you run I2CBusScan function.
uint16_t *pAvailableI2C_slaves = AvailableI2C_slaves;
status = I2CBusScan(I2CA_BASE, pAvailableI2C_slaves);
for i2c example 4 however no i2c devices that I have used with other microcontrollers being detected with this one. What should I check to fix this?
