mcu-debug / memview

Memory View to examine memory from programs being debugged
MIT License
34 stars 7 forks source link

memory contents displayed incorrectly #28

Open a-sakharov opened 4 months ago

a-sakharov commented 4 months ago

Describe the bug Hello. I set up GD32 debug session with Cortex-Debug (using ST-Link adapter and OpenOCD), debuggind and uploading firmware working fine, as well as reading register/memory values from left panel. But for some reason it's impossible to read RAM of MCU with memview. For some reason contents of flash can be displayed correctly.

Screenshots Image

Environment (please complete the following information):

a-sakharov commented 4 months ago

UPD: It show all zero if I open 0x2002ffb4, but it I open 0x2002f000 and scroll down to 0x2002ffb4 - memory contents displayed correctly. Maybe some problems with reading from the end of RAM. image