Skip to content

Questions about I2C slave #379

@toptensoftware

Description

@toptensoftware

Where can I find some more information about how i2c slave works? For example:

  • I'm looking at the i2cping example, and it looks like the slave is polling for updates. Is it possible to get an interrupt notification instead of polling?
  • If a read asks for more bytes than available does it block until that many bytes have been read, or does it return immediately with whatever is currently available?
  • Is there any buffering on the received data and if so what size is the buffer?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions