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

STMicro/STM32F030.svd: Incorrect address for register providing the CRC initial value. #12

Open
everclear72216 opened this issue Jul 19, 2023 · 1 comment

Comments

@everclear72216
Copy link

https://github.com/posborne/cmsis-svd/blob/0dd8f9af9a69399088a711259af813383bef08d3/data/STMicro/STM32F030.svd#L98

The SVD file states that the register is at offset 0xC whereas the ST's RM0360 states that it is at offset 0x10. I also checked with VSCode and a debugger that in fact offset 0x10 provides all the functionality defined for the INIT regsiter while 0xC does not.

@VincentDary VincentDary transferred this issue from cmsis-svd/cmsis-svd Oct 25, 2024
@VincentDary VincentDary changed the title Incorrect address for register providing the CRC initial value. STM32F030.svd: Incorrect address for register providing the CRC initial value. Oct 28, 2024
@VincentDary
Copy link
Member

VincentDary commented Oct 28, 2024

Hello @everclear72216 ,
Thank you very much for your feedback, but this is not the right place for your contribution. Due to the license on the SVD files, we don't directly change SVD files as part of this project. The goal of this repository is to provide original SVD file from vendor without any modification, only update from vendor release are accepted. I suggest you to contact the Open-CMSIS-Pack team and ask for a patch to the STM32F0x0 Value Line SVDs, and when it will be fixed propose a patch in this repository.

I left the issue open for future vendor update.

@VincentDary VincentDary reopened this Oct 30, 2024
@VincentDary VincentDary changed the title STM32F030.svd: Incorrect address for register providing the CRC initial value. STMicro/STM32F030.svd: Incorrect address for register providing the CRC initial value. Oct 30, 2024
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