You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofINTR_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 theINTR_STATE
register.The text was updated successfully, but these errors were encountered: