Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPI Host Event Interrupt Acknowledgement #502

Open
llorenc-m opened this issue May 7, 2024 · 0 comments
Open

SPI Host Event Interrupt Acknowledgement #502

llorenc-m opened this issue May 7, 2024 · 0 comments

Comments

@llorenc-m
Copy link
Contributor

SPI Host of X-HEEP needs to acknowledge whenever there is an event interrupt, contrarily to Opentitan's SPI Host.

Opentitan SPI Host EVENT_ENABLE bit of INTR_STATE register is of type ro (read only), while X-HEEP's register bit is rw1c (read write 1 to clear).

Similarly to an error interrupt, if there is an event interrupt, the interrupt will fire in loop if the event is not acknowledged by writing a 1 to the EVENT_ENABLE bit in the INTR_STATE register.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant