Error in STM32 reference datasheet - I2C START bit is in CR1, not CR2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-01-16 11:19 PM
Posted on January 17, 2008 at 08:19
Error in STM32 reference datasheet - I2C START bit is in CR1, not CR2
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:21 AM
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 WheatOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:21 AM
Posted on May 17, 2011 at 12:21
Hi Dale,
Thank you for the typo. I appreciate a lot :) Thx, STOne-32