You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm writing a driver using embedded-hal 1.0.0 for I2C communication. I can successfully communicate with the sensor, and the code compiles and works correctly. However, when I detach the sensor from the F401 board, I'm unable to obtain an I2C error (such as NoAcknowledge). It seems that the code gets stuck in an infinite loop at around line 260 of stm32f4xx-hal i2c.rs.
Here is the example code. As I mentioned, the code works properly with the sensor attached and returns the correct result.
Hi, I'm writing a driver using embedded-hal 1.0.0 for I2C communication. I can successfully communicate with the sensor, and the code compiles and works correctly. However, when I detach the sensor from the F401 board, I'm unable to obtain an I2C error (such as NoAcknowledge). It seems that the code gets stuck in an infinite loop at around line 260 of stm32f4xx-hal i2c.rs.
Here is the example code. As I mentioned, the code works properly with the sensor attached and returns the correct result.
The text was updated successfully, but these errors were encountered: