-
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
Nucleo-F303K8: Flash loader run error with eclipse or gdb #807
Comments
Are you sure there is no flash write protection? |
Just checked to be 100% sure. The sequence is following
Then flashing bootloader:
Bootloader works
and trying to load app from eclipse/gdb
|
This wants verification with Release v1.6.0 and at least comparable hardware. |
@Ant-ON: What is the actual definition of |
@Nightwalker-87 I think this should be fixed by #1113 |
Closed by #1113. |
st-util -m -v
From debug output:
2019-05-25T22:01:13 ERROR flash_loader.c: write error, count == 1023
2019-05-25T22:01:13 ERROR common.c: stlink_flash_loader_run(0x8003800) failed! =
when trying to flash app image (from eclipse or gdb) - please note, that app begins not at the beginning of the flash region (offset is 0x3000)
Log attached
issue-log.txt
The text was updated successfully, but these errors were encountered: