Skip to main content
mail239955_stm1
Visitor II
February 8, 2015
Question

CubeMX 4.6 i2c settings messed up

  • February 8, 2015
  • 1 reply
  • 534 views
Posted on February 08, 2015 at 20:28

Tested on STM32F030C8x chip - when configuring i2c via CubeMX available options for ''Clock No Stretch Mode'' are ''Clock Stretch Enabled'' mapped to I2C_NOSTRETCH_ENABLED (and via macros to I2C_CR1_NOSTRETCH) which means that clock stretching is disabled, and ''Clock Stretch Disabled'' mapped to I2C_NOSTRETCH_DISABLED (which means that clock stretching is enabled).

Enabled/Disabled mappings must be reversed

    This topic has been closed for replies.

    1 reply

    stm32cube-t
    ST Employee
    July 1, 2015
    Posted on July 01, 2015 at 11:43

    Has been as part of MX 4.7.