I have to develop a product which makes use of STM32. So I was wondering if anyone makes use of STM32 CubeMX in actual product or is it just meant for prototyping.
Posted on June 12, 2018 at 10:54I2C1 works absolutely fine. When I went through the datasheet found out that I2C2 doesnt support Independent clock.Could anyone throw some light on how to configure I2C2. I am using STM32 CubeMX.#i2c #i2c2 #i2c-clock
Posted on June 14, 2018 at 14:30Hi Amel,I have verified mailto:I@C2C line on a logic analyser. It seems like the SCL is giving out clock signals at 500KHz.May I know if you could let me know how to change the clock frequency to 100KHz.Regards,Shasha...
Posted on June 12, 2018 at 16:57When I say it doesn't work. What I mean is :There are two exact same sensors having same slave addresses connected on two of the I2C bus I2C1 and I2C2. I am using HAL library. I2C1 works fine. I2C2 doesn't show any va...