2008-01-16 11:19 PM
Error in STM32 reference datasheet - I2C START bit is in CR1, not CR2
2011-05-17 03:21 AM
On page 323, section 15.4.2 of the STM32 reference manual, the 5th step of the I2C master mode sequence states:
''Set the START bit in the I2C_CR2 register to generate a Start condition'' ...when what it means is I2C_CR1, not I2C_CR2. I tried it both ways and using I2C_CR1 is more interesting. Thanks, Dale Wheat2011-05-17 03:21 AM
Hi Dale,
Thank you for the typo. I appreciate a lot :) Thx, STOne-32