Skip to content

I2C EEPROM write functions do not wait for end of write cycle #205

@paulsc96

Description

@paulsc96

This cannot be fixed nicely as the OpenTitan I2C does not allow direct polling of NAKs, only awkwardly through the absence of an interrupt...

TODO:

  • Patch OpenTitan I2C to properly expose NAK events on pollable device register.
  • Fix write HAL functions to use this register to wait for end of write cycle.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions