cmsis-svd / cmsis-svd-data

Aggregration of ARM Cortex-M (and other) CMSIS SVDs
Apache License 2.0
38 stars 17 forks source link

STMicro/STM32L562.svd: Incorrect DMA register bit definition #13

Open daCodeMonkey opened 1 year ago

daCodeMonkey commented 1 year ago

In the SVD file of the STM32L562, the DMA the bit definitions are incorrect. The registers up to CM0AR1 are correct, the CM1AR1 contains the bit definitions of CCR2. For every CM1ARx, the definition of the registers are shifted up by one register.

VincentDary commented 4 weeks ago

Hello @daCodeMonkey , 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 STM32L562.svd, and when it will be fixed propose a patch in this repository.

I left the issue open for future vendor update.