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

Problems in LPC82x SVD file from MCUXpresso SDK 2.6.0 #40

Open
hannobraun opened this issue Oct 11, 2019 · 3 comments
Open

Problems in LPC82x SVD file from MCUXpresso SDK 2.6.0 #40

hannobraun opened this issue Oct 11, 2019 · 3 comments
Labels
crate: lpc82x-pac Issues with the lpc82x-pac crate upstream Issue originates in an upstream project

Comments

@hannobraun
Copy link
Member

All of the following problems have been fixed. None of them have been reported to NXP so far.

  • 56eb539: Fix CPU revision
  • ef1aeb7: Remove PINASSIGN_DATA registers
  • 9431e7a: Remove non-existing enumerated value
  • ce042eb: Fix values in SCT_INMUX
  • 4ae6af0: Remove FMSTAT, FMSTATCLR
  • a846d79: Fix description and bit mask of STARTERP1
  • 827319b: Fix reset value of PDAWAKECFG
  • e104f06: Remove wrong <access> in STAT (USART)
@hannobraun hannobraun added crate: lpc82x-pac Issues with the lpc82x-pac crate upstream Issue originates in an upstream project labels Oct 11, 2019
@hannobraun
Copy link
Member Author

These problems have been reported to NXP via their issue tracker.

@yah
Copy link

yah commented Nov 23, 2019

For register PDRUNCFG, bit SYSOSC_PD, WDTOSC_PD, SYSPLL_PD and ACMP is wrong in svd. It should be be POWERED and POWERED_DOWN, but in svd it's DISABLED and ENABLED, totally flipped.

@hannobraun
Copy link
Member Author

@yah Thanks for the report! One correction: SYSOSC_PD seems to be correct, as far as I can tell.

I've reported the problem to NXP.

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

No branches or pull requests

2 participants