Question
STM32F407 i2c slave configuration
Hello,
I am working with STM32F407 evaluation board. I want to use i2c as a slave on it.
My master device is siliconlab micro-controller (mighty gecko).
- What slave address i should use for sending data for STM32?
As master needs slave address to send data.
2. I have following configuration for i2c on master
- I2C_FREQ_STANDARD_MAX 92000
- i2cClockHLRStandard = _I2C_CTRL_CLHR_STANDARD, /**< Ratio is 4:4 */
Please help to use STM32 for the same configuration. I am new to STM32.
i will be really thankful for help
Regards
