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

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

Open
hannobraun opened this issue Jul 17, 2020 · 1 comment
Open

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

hannobraun opened this issue Jul 17, 2020 · 1 comment
Labels
bug Something isn't working crate: lpc845-pac Issues with the lpc845-pac crate upstream Issue originates in an upstream project

Comments

@hannobraun
Copy link
Member

hannobraun commented Jul 17, 2020

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

  • RXOV
  • TXUR
  • SSA
  • SSD

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

@hannobraun hannobraun added bug Something isn't working upstream Issue originates in an upstream project crate: lpc845-pac Issues with the lpc845-pac crate labels Jul 17, 2020
@hannobraun hannobraun changed the title LPC845: SSA and SSD fields in SPI.STAT are write-only; should be readable LPC845: Fields in SPI.STAT are write-only; should be readable Jul 17, 2020
@hannobraun
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crate: lpc845-pac Issues with the lpc845-pac crate upstream Issue originates in an upstream project
Projects
None yet
Development

No branches or pull requests

1 participant