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

Add dual bank related fields to stm32g4 cat 3 devices #880

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

usbalbin
Copy link
Contributor

@usbalbin usbalbin commented Sep 14, 2023

This adds the missing dual bank flash related fields to stm32g4 devices:

  • stm32g471
  • stm32g473
  • stm32g474
  • stm32g483
  • stm32g484

@github-actions
Copy link

Memory map comparison

@github-actions
Copy link

Memory map comparison

@usbalbin
Copy link
Contributor Author

Correct me if I am wrong, but from what I can tell FLASH_OPTR gets its value from here automatically at boot. Because of that, FLASH_OPTR does not have a reset value per say. However the place that it gets its value from does, 0xFFEFF8AA.

Would it then make sense to define FLASH_OPTR's resetValue as 0xFFEFF8AA?(see c7fe7d7)

@usbalbin
Copy link
Contributor Author

@adamgreig or anyone else, might I request a review and a new CI run (I do not think/hope the error is because of me) :)

Also, what/are there any plans for a new release?

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

Successfully merging this pull request may close these issues.

None yet

1 participant