-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: nRFNordic nRFxNordic nRFxpriority: lowLow impact/importance bugLow impact/importance bug
Description
The NRF5 I2C-driver SCL-line measures 250kHz when configured with standard speed (I2C_SPEED_STANDARD), while fast speed (I2C_SPEED_FAST) measures 100kHz.
The i2c-bus specifiation lists the following bidirectional speeds (section 5 of this document)
- Standard-mode (Sm) - bit rates up to 100 kbit/s
- Fast-mode (Fm) - bit rates up to 400 kbit/s
- Fast-mode Plus (Fm+) - bit rate up to 1 Mbit/s
- High-speed mode (Hs-mode) - bit rate up to 3.4 Mbit/s
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: nRFNordic nRFxNordic nRFxpriority: lowLow impact/importance bugLow impact/importance bug