-
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
[feature] STLINK-V3 support #1025
Comments
On Tue, Sep 08, 2020 at 08:15:01AM -0700, lcharpenwi6labs wrote:
Something should have changed between stlinkv2 and v3 but it doesn't seem to be possible to find any specification...
Is there any specificities for the G4 board?
If anyone has any suggestion, I can test it.
Somehow I do read
"I have this whole chain of links, each link is new to me
and the chain doesn't work as expected"
Advice: Get a working chain and swap single links
with yet unknown link.
Thanks for your support
Summary: The reported issue has been seen
|
Can we do some final verification with different STLINKv3 programmers to verify that common functionality is present? |
@Nightwalker-87 wrote:
Please correct me when I'm wrong
P.S. @lcharpenwi6labs |
@stappersg: Yes and maybe there are some additional tasks during common use, like writing option bytes, OCD, etc. I personally can't contribute very much on this topic, as I don't have any access to STLINKv3 hardware (without additional spending) and also no use case for it at the moment. However I'd be pleased to integrate and review your input to finally get this feature on the way. |
I think it regression is fixed by #1027. |
My reason of being silent is a mix of priority shift and having found https://probe.rs/ unlikely that I soon will have time for this issue,. |
@lcharpenwi6labs If still relevant, you may give it another try by following the advice from @stappersg. |
Well I pulled in some gear to do a test drive, and the results are promising, but it looks that there is still an area of improvement:
I have STM32L051R8, where the situation is worse:
I also had an STM32F030CC:
|
@martonmiklos: Thx for the feedback. The first write fail is a general issue which is covered in #356. |
Hello
I would like to start debugging with STM32G4 but it doesn't seem to be fully supported at this time.
Here is the command I launch
xterm -e st-util -v99 -p4343&
ddd --eval-command="target extended 127.0.0.1:4343" --debugger arm-none-eabi-gdb hello-world.elf
I seems the commands launched from GDB have few impact on the target.
When I run the kill command, it is correctly caught by gdb_server.c but the program continues running.
Here is what I have in the gdb console.
2020-09-08T17:07:15 DEBUG gdb-server.c: recv: vKill;a410
2020-09-08T17:07:15 DEBUG gdb-server.c: send: OK
2020-09-08T17:07:15 DEBUG gdb-server.c: recv: ?
2020-09-08T17:07:15 DEBUG gdb-server.c: send: OK
Same thing when I set a breakpoint...
2020-09-08T17:08:42 DEBUG gdb-server.c: recv: Hg0
2020-09-08T17:08:42 DEBUG gdb-server.c: send:
Sometimes the system says it is stopped at a mysterious address (0x01000000) but the program continues running.
Something should have changed between stlinkv2 and v3 but it doesn't seem to be possible to find any specification...
Is there any specificities for the G4 board?
If anyone has any suggestion, I can test it.
Thanks for your support
The text was updated successfully, but these errors were encountered: