Hello,
I'm using a FRDM-KL46Z platform and I want to use I2C communication.
With processor expert , I set a I2C serial components as Master and I want to detect all the slave devices connected to this I2C bus.
I see a method named "I2Cx-SelectSlaveDevice(MyI2Cptr, LDD_I2C_ADDRTYPE_GENERAL_CALL,devAddr)".
Could someone give me an example on how to use this method to detect slave devices connected to the I2C bus.
I want to be able to select after this detection a device present on the bus and start communication.
Thanks
BR
Philippe