Solved
Communicate between two STM32 I2C
Hi,
My objecive is to be able to communicate between two STM32FR302R8 thanks to I2C protocol.
I've seen a code that should be used but I don't know which is the adress that I have to write:
HAL_I2C_Master_Transmit(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t *pData, uint16_t Size,uint32_t Timeout)Can someone help me ?
Thanks
Have a nice day
