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

Wrong memory size hardcoded for STM32F7xxx in memory_map_template_F7 #453

Closed
zulusw opened this issue Aug 9, 2016 · 5 comments · Fixed by #456
Closed

Wrong memory size hardcoded for STM32F7xxx in memory_map_template_F7 #453

zulusw opened this issue Aug 9, 2016 · 5 comments · Fixed by #456

Comments

@zulusw
Copy link
Contributor

zulusw commented Aug 9, 2016

The issue shows up when using STM32F769. In conjunction with st-utils.
Output:

(gdb) target extended-remote :4242
Remote debugging using :4242
2016-08-08T23:45:14 INFO .../stlink/src/gdbserver/gdb-server.c: Found 8 hw breakpoint registers
2016-08-08T23:45:14 INFO .../stlink/src/gdbserver/gdb-server.c: GDB connected.
0x08000340 in ?? ()
(gdb) x/x 0x2004f000
0x2004f000: 0x0a843b1c
(gdb) x/x 0x20050000
0x20050000: Cannot access memory at address 0x20050000

Expected/description:
I should be able to dump memory all the way up to 0x2007ffff

I can look into a fix if you want.

@zulusw
Copy link
Contributor Author

zulusw commented Aug 9, 2016

I believe (part of) the issue is this line in memory_map_template_F7:

    "  <memory type=\"ram\" start=\"0x20000000\" length=\"0x50000\"/>"      // sram

@xor-gate xor-gate added this to the Unplanned (Contributions Welcome) milestone Sep 13, 2016
@brabo
Copy link

brabo commented Nov 11, 2017

I believe this was fixed in 1118f8e#diff-bb08b95a80a0b60cd043251a0e2a559a
Cheers!

@Nightwalker-87 Nightwalker-87 modified the milestones: Unplanned (Contributions Welcome), Next, General, Feedback required Feb 19, 2020
@Nightwalker-87 Nightwalker-87 self-assigned this Feb 21, 2020
@zulusw
Copy link
Contributor Author

zulusw commented Feb 25, 2020 via email

@Nightwalker-87
Copy link
Member

Thank you for coming back to this topic. I'll check as soon as I am done with other reviewing tasks. 👍

@Nightwalker-87 Nightwalker-87 modified the milestones: Feedback required, v1.3.0 Mar 17, 2020
@Nightwalker-87 Nightwalker-87 linked a pull request Mar 17, 2020 that will close this issue
@Nightwalker-87
Copy link
Member

Fixed in PR #456.

@stlink-org stlink-org locked as resolved and limited conversation to collaborators Apr 14, 2020
@Nightwalker-87 Nightwalker-87 removed their assignment Apr 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants