-
-
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
XCP-Download command problem #150
Comments
Without context information, I would guess a side-effect of an UNLOCK operation? |
You should also capture the CANape connection part |
The excel trace does not contain the TX messages were the XCP commands are sent. Please provide a complete trace recorded when CANape is doing the connect and download |
Honestly, I don't know why you are completly bypassing pyXCP... |
Yes, but this trace is from beginning, I don't know why skiped CONNECT command. |
Let's focus please on Python code and DOWNLOAD command problem with error "FE 23"-memory location is protected to write. I found in XCP documentation that parameter which you want to change, first of all, needs to be moved from Flash to RAM, but I am not sure how to do this. |
The movement is usually done with |
I resolved problem with command "SET_CAL_PAGE". |
Hello, I am using XCP protocol for communication with ECU in Python. When I want to write value inside of ECU, I use SET_MTA command, got message from slave "FF" as success, then I use Download command to write value in ECU and always slave respond "FE 23". I found that in error list "Memory location is protected to write". When I try to send same command for same memory location in CANape software, there are no errors (return FF as good and writes value on wished address).
Do you know what is the possible problem for this and how to solve it?
The text was updated successfully, but these errors were encountered: