Hi,
Sorry that I did not specify my question clearly. I want to implement different functionalities in the mkl05 depending on the slave address being sent by master.
I write the slave address to I2C_A1, then the second slave address either to I2C_A2 or I use the range address register to make the mkl05 respond to multiple slave addresses. Then I have a master that uses more than one slave address, let's say the master sends data using 0xA0 address and next data using address 0x4B. Then I need that the mkl05 knows which address was used by the master 0xA0 or 0x4B in order to process the data depending on the slave address. So when the mkl05 sees the address 0xA0 it stores the data in its SRAM thus emulating an I2C EEPROM and when it sees the address 0x4B I want that the mkl displays some text on LCD display.
I couldn't find that information in the datasheet.
Regards