hpm-hal icon indicating copy to clipboard operation
hpm-hal copied to clipboard

RNG interrupt is non-functional

Open andelf opened this issue 1 year ago • 0 comments

See-also: #36

The RNG interrupt functionality appears to be non-functional due to the following reasons:

  • Lack of a FIFO-ready signal (FUFMOD usage unclear)
  • Absence of explicit interrupt flags
  • Subsequent interrupts after the initial one fail to trigger

Further investigation and potential workarounds for these issues may be needed in future updates.

andelf avatar Oct 02 '24 02:10 andelf