You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: