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

STM32F4 AHB3 Memory Space #218

Closed
ghost opened this issue Mar 26, 2014 · 2 comments
Closed

STM32F4 AHB3 Memory Space #218

ghost opened this issue Mar 26, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 26, 2014

Hi,
stlink is a great tool, but it does not seem to provide memory regions information for AHB3 peripherals to GDB (it is this tool's responsibility to do so, right?). GDB does not let me to use them, until I manually specify their memory regions with commands:
mem 0x60000000 0x6fffffff rw
mem 0xa0000000 0xa0000fff rw

Sorry, if I am wrong and this has nothing to do with stlink tool.

Thanks.

@prattmic
Copy link
Contributor

The STM32F4 memory map is defined in gdb-server.c: https://github.com/texane/stlink/blob/master/gdbserver/gdb-server.c#L300

I don't believe that older STM32F4 chips had any AHB3 peripherals, so that is probably why they are not included in the memory map.

@Nightwalker-87
Copy link
Member

Fixed in #288.

@Nightwalker-87 Nightwalker-87 modified the milestones: Feedback required, v1.2.0 and older Mar 28, 2020
@stlink-org stlink-org locked as resolved and limited conversation to collaborators Apr 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants