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

[STM32F4] CMP_PD field of CMPCR register of SYSCFG should be read-write #826

Open
eZioPan opened this issue Apr 1, 2023 · 0 comments · May be fixed by #852
Open

[STM32F4] CMP_PD field of CMPCR register of SYSCFG should be read-write #826

eZioPan opened this issue Apr 1, 2023 · 0 comments · May be fixed by #852
Labels

Comments

@eZioPan
Copy link
Contributor

eZioPan commented Apr 1, 2023

Currently all PACs of STM32F4 series mark entire SYSCFG_CMPCR rigister as read-only, which is conflict with all reference manuals of STM32F4 series. It's a bug in the .svd files.
READY field should be read-only, CMP_PD field should be read-write.

I suggest:

  1. remove read-only from CMPCR register of SYSCFG
  2. add read-only to READY field of CMPCR register
  3. add read-write to CMP_PD field of CMPCR register

Thanks!

@eZioPan eZioPan changed the title [STM32F4] CMP_PD field of CMPCR register of SYSCFG should be read-write [STM32F4] CMP_PD field of CMPCR register of SYSCFG should be read-write Apr 1, 2023
@newAM newAM added the stm32f4 label Apr 1, 2023
@eZioPan eZioPan linked a pull request Jun 12, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants