-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Resolve reading Write-Only registers in peripheral register view #530
Comments
AFAICT @promodkumar-ashling the I hope that gives you enough guidance to start working on a patch. Let us know if you need more info. |
Can you provide more details on the SVD file you used, and what peripheral was that? |
|
@ilg-ul Any updates on this issue? |
No, but, as Jonah mentioned, we'll be happy to accept patches. |
Description
The write-only registers(The access type information available in the peripheral register file) attempt to read values from UI when the peripheral register views are opened.
Steps to Reproduce
Eg:
Expected behavior: [What you expected to happen]
It shouldn't read the "write-only" register values.
Actual behavior: [What actually happened]
The write-only registers attempt to read values from UI causing the target to go for an exception.
Versions
The text was updated successfully, but these errors were encountered: