-
Notifications
You must be signed in to change notification settings - Fork 29
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
Uploading and Debugging for e505 fails with OpenOCD #45
Comments
Not good at all. What's your full You may also be running an old version of it, in which case I'd recommend the simplest update / reinstall way of deleting |
I installed everything a good... 3 weeks ago. but yea, i'll retry. With this chip i'm still dabbling around in the blinky example so the platform is set further at the top in the file😅 |
Update, same issue after reinstalling (and removing my "custom" .cfg file) |
I'm having the feeling the wrong OpenOCD version is used. I need to check some things. |
The latest published version does indeed not have a gd32e50x.cfg. This likely means I screwed up and haven't yet published the latest version into the PIO registry. I need to double check this on my computer later. |
Ha. The last OpenOCD build of us seems to still be at https://github.com/CommunityGD32Cores/pre-releases/releases/tag/test For Windows, please download https://github.com/CommunityGD32Cores/pre-releases/releases/download/test/xpack-openocd-0.11.0-3-win32-x64.zip Go to |
almost, after also not deleting the .piopm file^^ I can flash code now but debugging using cmsis-dap still does not work. i get a |
Interesting, after trying a second time it works. flashing also doesn't seem to always work... probably wiring issues... i'll play around a bit more and report if i find a pattern. |
If |
so far, the cmsis-dap has worked fine(after that initial hiccup). |
@maxgerhardt last question(ish), do you have an estimate when the changes will be added to the release version? |
I'll be publishing the up-to-date packages today, but that just sends them in "for review", after which by experience it'll take 1-2 weeks to appear in the PIO registry. |
Please update OpenOCD to 0.12.0, current version 0.11.0 failed to upload on my cheap Chinese dap debugger
|
The platform mostly uses STM32 scripts anyways for GD32. Can you manually overwrite the files in |
Yeah, it works when I overwrite the |
Hiya,
am getting an issue where i can't seem to get opencd to work on a gd32e505re.
This is the error message:
I tried manually adding the gd32e50x.cfg from here but that gives me this error message:
For reference, this is what my env looks like:
Any input on what i'm doing wrong?
The text was updated successfully, but these errors were encountered: