2020-01-20 07:34 AM
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).
As master needs slave address to send data.
2. I have following configuration for i2c on master
Please help to use STM32 for the same configuration. I am new to STM32.
i will be really thankful for help
Regards
2020-01-20 07:47 AM
If you refer to the reference manual under the I2C section, and look at the OAR1 register, you'll notice you can configure your own 7 bit address or 10 bit address. Hopefully this helps! Good luck on your project.