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

Incorrectly named register entries in 106x #39

Closed
Finomnis opened this issue Jun 18, 2023 · 2 comments
Closed

Incorrectly named register entries in 106x #39

Finomnis opened this issue Jun 18, 2023 · 2 comments
Milestone

Comments

@Finomnis
Copy link
Contributor

Relevant file: src/blocks/imxrt1061/ccm.rs

Register CS1CDR, according to the documentation, has the following fields:

  • 27–25: FLEXIO2_CLK_PODF
  • 11–9: FLEXIO2_CLK_PRED

Our generated code, however, has the following fields in CS1CDR:

  • 27-25: FLEXIO1_CLK_PODF
  • 11-9: FLEXIO1_CLK_PRED

The actual registers that should be named FLEXIO1_CLK_PODF and FLEXIO1_CLK_PRED are also named so, meaning these names exists twice.

I guess this is an error in the svd.

@mciantyre
Copy link
Member

This looks similar to #32. Does #33 address this?

@Finomnis
Copy link
Contributor Author

I think so :)

@mciantyre mciantyre added this to the Release 0.5.1 milestone Jun 27, 2023
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

No branches or pull requests

2 participants