-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Read error #151
Comments
Could you run xcphello.py with |
probably fixed by latest commit |
This is my other GitHub account. I will try it out tomorrow. Thank you very much |
Note regarding
|
One thing I forgot to mention: |
Hmm, really strange. ADDR=0x20003bfc
# Should work, if there is no access protection in this range.
for addr in range(ADDR-4, ADDR+4):
x.shortUpload(1, addr, 0)
# same, with two elements/bytes.
for addr in range(ADDR-4, ADDR+4):
x.shortUpload(2, addr, 0)
# you should also test other known-good addresses from your A2L.
x.setMta(ADDR-8, 0)
data = x.fetch(16) # calls UPLOAD not SHORT_UPLOAD under the hood. |
OK.Thank you very much |
Hi!
When I use the shortload command, it is wrong to read the contents of the memory address.It should be ‘bytearray(b'B\x80')’.
Thank you!
The text was updated successfully, but these errors were encountered: