STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Since STM32Cube_FW_F7_V1.17.0 the HAL I2C Functions do not work the same. For a huge project that used to work with no issues on STM32Cube_FW_F7_V1.16.2 the I2C Data line goes low and the Firmware reports an HAL_I2C_ERROR_SIZE. Is there a known bug?

We are using a STM32F76ZI for a consumer device.The Firmware used to work fine with no errors.Since STM32Cube_FW_F7_V1.17.0 the I2C communication does not work all the time reporting random I2C Errors. The most common error is HAL_I2C_ERROR_SIZE that...

Since STM32Cube_FW_F7_V1.17.0 the HAL I2C Functions do not work the same. For a huge project that used to work with no issues on STM32Cube_FW_F7_V1.16.2 the I2C Data line goes low and the Firmware reports an HAL_I2C_ERROR_SIZE. Is there a known bug?

We are using a STM32F76ZI for a consumer device.The Firmware used to work fine with no errors.Since STM32Cube_FW_F7_V1.17.0 the I2C communication does not work all the time reporting random I2C Errors. The most common error is HAL_I2C_ERROR_SIZE that...

F411 I2C LL Call Hangs

I am using F411 to communicate with ADXL355 through I2C1.I have a very strange issue: LL_I2C_GenerateStartCondition(I2C1); /* (1.3) Loop until Start Bit transmitted (SB flag raised) ********************/ /* Loop until SB flag is raised */ w...

HDaji.1 by Senior
  • 571 Views
  • 3 replies
  • 0 kudos