2018-06-26 08:32 PM
Hi Everyone,
I am working on I2C to sense DAC data. I generated the code using STM32CubeMX. It gives timing in hex format i.e.
'hi2c2.Init.Timing = 0x10707DBC;'. It does confuse me that how does it calculate timing ?
I don't know the formula behind this timing value. I need to know it to setup my own timing.
Regards,
Manish
#i2c-analysis #stc3115-i2c-issue-timing #i2c-setup #i2c-timing-register2018-06-27 03:54 AM
Hello
manishsharma3134
,Which board are you using?
May be the '
for STM32F3xxxx and STM32F0xxxx microcontrollers' can help you.With Regards,
Imen.
2018-06-27 06:09 AM
Hi
DAHMEN.IMEN
,Sorry for my bad. I forgot to mention board name. I am using STM32H753-Eval board.
Regards,
Manish