Skip to content

Incorrect indication of read-write access #19

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

Open
AndreySmirnov81 opened this issue Sep 27, 2023 · 2 comments · May be fixed by #30
Open

Incorrect indication of read-write access #19

AndreySmirnov81 opened this issue Sep 27, 2023 · 2 comments · May be fixed by #30

Comments

@AndreySmirnov81
Copy link

  • OS and Version: Windows 10 Pro 20H2 19042.1237
  • VS Code Version: 1.82.2
  • Extension Version: 1.4.6

изображение

изображение

Because of this, it is also impossible to Update the register or its field.

SVD file:
STM32F103.svd.txt

@TheSeven
Copy link

Same issue with all SVD files that I've tried so far (e.g. RP2040).

@kossnikita
Copy link

kossnikita commented Mar 27, 2024

Cause peripheral is read-only by default

public readonly accessType = AccessType.ReadOnly;

Check PR

@kossnikita kossnikita linked a pull request Mar 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants