Skip to content

Commit 4b5387a

Browse files
Merge #127
127: Add tests for I2C timing, adjust SDADEL/SCLDEL r=richardeoin a=richardeoin Tests from RM0433 and I2C specification (UM10204) Adjust SDADEL/SCLDEL values slightly so they pass the tests in all cases. Changes: Sm SCLDEL `i2cclk / 800_000 / presc - 1` -> `i2cclk / 500_000 / presc - 1` Fm SDADEL `i2cclk / 8_000_000 / presc` -> `i2cclk / 4_000_000 / presc` Fm+ SDADEL `2` -> `i2cclk / 8_000_000 / presc` Co-authored-by: Richard Meadows <[email protected]>
2 parents a13a6b7 + 617ac56 commit 4b5387a

File tree

1 file changed

+318
-82
lines changed

1 file changed

+318
-82
lines changed

0 commit comments

Comments
 (0)