Skip to content

I2C device scanning renders bus unusable #239

Closed
@bessman

Description

@bessman

After running an I2C peripheral address scan, the I2C bus SDA line becomes permanently held low, rendering the bus unusable.

This happens because the device scan sends a READ address and then immediately sends STOP, which is illegal and puts the addressed peripheral in an undefined state.

To fix this, the address scan should send WRITE addresses instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions