cancel
Showing results for 
Search instead for 
Did you mean: 

Error in STM32 reference datasheet - I2C START bit is in CR1, not CR2

dale2
Associate II
Posted on January 17, 2008 at 08:19

Error in STM32 reference datasheet - I2C START bit is in CR1, not CR2

2 REPLIES 2
dale2
Associate II
Posted on May 17, 2011 at 12:21

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 Wheat

16-32micros
Associate III
Posted on May 17, 2011 at 12:21

Hi Dale,

Thank you for the typo. I appreciate a lot 🙂 Thx,

STOne-32