-
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
STM32F103CB: All the Register values are wrongly shown when running info registers #1065
Comments
@hannanmumtaz Can you try the develop branch? This should be fixed by #1027 |
Hi, i tried the develop branch, i see now the registers values are correct, so the original issue is resovled. But, i noticed some other issues in develop branch maybe i have to create separate ticket for these.
|
@hannanmumtaz The first problem I solved in this branch: https://github.com/Ant-ON/stlink/tree/try_h7_debug I will try to look at and solve other problems. It's better to create a separate issue. |
@Nightwalker-87 The main problem is solved. Issues were not created for other problems. I think the current issue can be closed. |
@hannanmumtaz: If still relevant: Please check currently open tickets for the other topics and open new issues, if necessary. @Ant-ON: Can you confirm that the mentioned PR fixes this issue? |
@Nightwalker-87 Yes, the problem described in the first post has been fixed |
Fixed in PR #1027. |
When command info registers is run on gdb i get the wrong output.
I was trying to set register r7 to 0xDEADBEEF using assembly
Commandline-Output:
all register values are shown as r# + 1 so instead of r7 being 0xDEADBEEF r8 is shown with that value also even the stack pointer value is shown infront of lr register.
Expected/description:
r7 should be shown with correct value in registers.
below is the output when using openocd
all registers are correctly displayed when using openocd server.
Thanks in advance.
The text was updated successfully, but these errors were encountered: