2015-02-08 11:28 AM
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 reversed2015-07-01 02:43 AM
Has been as part of MX 4.7.