stm32-hal
                                
                                 stm32-hal copied to clipboard
                                
                                    stm32-hal copied to clipboard
                            
                            
                            
                        I2C `write` errors with `Error::Hardware` on g474. Actual bus traffic looks correct.
I haven't had a chance to delve into this but:
- write_readseems to work fine.
- embedded_hal transactionworks fine with just oneOperation::Write
- I tried to de-clock the processor in case the timeout was too short on a fast processor but that didn't help.