How to use slave mode on a STM32F429 ?
I have to use two STM32F429 discovery kits. One as a master and the other as a slave in a I2C protocol. My problem is about the slave one. I don't know how to get the address belongs to its and if it doesn't need how the slave will understand that it has to send a data ?
I explain more in details, when I use it as a master i have to indicate the address of the slave :
HAL_I2C_Master_Transmit(&hi2c3, slave_address, data_transmit, data_size, timeout);
But if I use as a slave i don't know where to find this information.
I hope my informations are clear enough and I apologize for my english.
