-
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
STM32L072CZ: Load HEX file #855
Comments
@wolsty7 Would you fancy to give this a test as well? Please let us know. |
@Nightwalker-87 Most likely using |
my programmer is the V3SET that isn't supported by 1.5.1 and i'm on raspbian... --connect-under-reset helps in my case using branch l0_soft_loader_fix 1.6.1-330-g679ab65 that works for #1138:
using branch l0_soft_loader_fix 1.6.1-330-g679ab65 that works for #1138:
using branch l0_soft_loader_fix 1.6.1-330-g679ab65 that works for #1138:
using branch master 1.7.0:
So it appears to work correctly using the l0_soft_loader_fix branch |
This issue is now closed due to inactivity. |
st-flash
I am looking to simply load a HEX file onto the target using this programmer. When I run the following command:
st-flash --format ihex write myapp.hex
I get the following error trace / output:
And if I run
st-info --chipid
I just get:0x0000
....and
st-info --probe
outputs the following when the programmer is plugged into USB:I'm not sure what, if anything, I might be doing wrong. I built the repository from source and I can obviously run the resultant binaries without a problem. Please can someone help set on the right course? If there is an easier path than using the tools in this repository, I'm also open to hearing that.
The text was updated successfully, but these errors were encountered: