Skip to content

Fix various issues with STM32L562 #715

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

Merged
merged 3 commits into from
Jul 3, 2022
Merged

Conversation

sphw
Copy link
Contributor

@sphw sphw commented Apr 5, 2022

This PR fixes two issues with the STM32L562's SVD files. In particular the DMA registers CCR registers only included the correct fields on the first register. This PR fixes that.

It also merges the GTZC VCTR into an array, rather than individual fields.

@newAM newAM added the stm32l5 label Apr 5, 2022
@github-actions
Copy link

github-actions bot commented Apr 5, 2022

Memory map comparison

@github-actions
Copy link

github-actions bot commented Jul 3, 2022

Memory map comparison

Copy link
Member

@adamgreig adamgreig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I noticed those registers already had a bad "MA" (memory address) field taking all 32 bits as well, so I removed it from CNDTR/CCR.

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 3, 2022

Build succeeded:

@bors bors bot merged commit 039f944 into stm32-rs:master Jul 3, 2022
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 this pull request may close these issues.

3 participants