stm32-hal icon indicating copy to clipboard operation
stm32-hal copied to clipboard

I2C `write` errors with `Error::Hardware` on g474. Actual bus traffic looks correct.

Open pietgeursen opened this issue 7 months ago • 0 comments

I haven't had a chance to delve into this but:

  • write_read seems to work fine.
  • embedded_hal transaction works fine with just one Operation::Write
  • I tried to de-clock the processor in case the timeout was too short on a fast processor but that didn't help.

pietgeursen avatar Mar 17 '25 21:03 pietgeursen