lpc-rs / lpc-pac

Peripheral Access Crates for LPC microcontrollers
9 stars 9 forks source link

LPC845: Fields in SPI.STAT are write-only; should be readable #52

Open hannobraun opened 4 years ago

hannobraun commented 4 years ago

According to the user manual, they following fields in SPI.STAT can be read and can be cleared by writing 1:

In the SVD file, all of them are marked as write-only.

hannobraun commented 4 years ago

I just discovered more fields for which this problem exists. Updated title and description.