We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sorry, I should have provided more thorough description in the previous issue #53 .
uf2/utils/uf2conv.py
Line 183 in 467cb3a
In this line above, it should be numerical addition.
so it must be like ...
addr = upper + ((rec[1] << 8) | rec[2] )
segment address must be multiplied by 16 and added to each subsequent data record address.
cf. https://en.wikipedia.org/wiki/Intel_HEX
The text was updated successfully, but these errors were encountered:
a690c5a
Oh, I see, this is why the assertion was there :)
Fixed!
Sorry, something went wrong.
No branches or pull requests
Sorry, I should have provided more thorough description in the previous issue #53 .
uf2/utils/uf2conv.py
Line 183 in 467cb3a
In this line above, it should be numerical addition.
so it must be like ...
cf. https://en.wikipedia.org/wiki/Intel_HEX
The text was updated successfully, but these errors were encountered: