-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Wrong memory size hardcoded for STM32F7xxx in memory_map_template_F7 #453
Milestone
Comments
I believe (part of) the issue is this line in memory_map_template_F7:
|
I believe this was fixed in 1118f8e#diff-bb08b95a80a0b60cd043251a0e2a559a |
Nightwalker-87
modified the milestones:
Unplanned (Contributions Welcome),
Next,
General,
Feedback required
Feb 19, 2020
I don't have a board handy at the moment but it must have been fixed by my
change as suggested by @brabo. I had reported the bug and also provided a
fix for it.
…On Fri, Feb 21, 2020 at 3:58 AM Nightwalker-87 ***@***.***> wrote:
Please verify if the problem still exists in Release v1.6.0.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#453>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEWIAWOYDIQWDL3YTM7RZUTRD66XNANCNFSM4CMCH4NA>
.
|
Thank you for coming back to this topic. I'll check as soon as I am done with other reviewing tasks. 👍 |
Nightwalker-87
added
status/resolved
bug/fixed
and removed
needs/issuer-feedback
labels
Mar 17, 2020
Fixed in PR #456. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The issue shows up when using STM32F769. In conjunction with st-utils.
Output:
Expected/description:
I should be able to dump memory all the way up to 0x2007ffff
I can look into a fix if you want.
The text was updated successfully, but these errors were encountered: