Bug in STM32Cube HAL
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-03-19 2:33 PM
Posted on March 19, 2016 at 22:33
STM32CubeF7 v1.3.0.
File:stm32f7xx_hal_i2c.c. Line: 3 Code:__HAL_I2C_DISABLE_IT(hi2c,I2C_IT_ERRI | I2C_IT_TCI| I2C_IT_STOPI| I2C_IT_NACKI | I2C_IT_ADDRI | I2C_IT_RXI | I2C_IT_RXI );
I2C_IT_RXI repeats twice. May be
I2C_IT_TXI?
#bug #stm32cubef7
Labels:
- Labels:
-
Bug-report
-
STM32Cube MCU Packages
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-03-21 3:52 AM
Posted on March 21, 2016 at 11:52
Hi bravikov.dmitry,
Thanks for the feedback. It is reported internally. -Hannibal-