-
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] Writing hexfile with areas not only located on flash address (EEPROM, OTP) #686
Comments
Reply to myself: the binary may contain data that are located in an external memory. OpenOCD also fails to flash at weird addresses. The official STLink does have support of that for discovery boards. |
If that is a EEPROM or OTP area it is not possible in the same hex file with openocd and stlink currently. Because they use different algorithms to program. |
Yes for sure. Anyway maybe we could have a proper error message. I have tested with my own program, it is OK, either close this ticket or change it to a "nice to have" status. |
Closed due to inactivity and missing interest. |
st-flash
Fails to flash with some HEX files.
Tested the HEX file provided by ST in the CubeMX archive.
Output:
Expected/description:
Should not fail, the last error code is scary: INFO common.c: Attempting to write -2005324888 (0x88792ba8) ...
The text was updated successfully, but these errors were encountered: