0% found this document useful (0 votes)
312 views

Update UDS - FLASH

The document is a commit to the arduino-psa-diag GitHub repository that updates the UDS_FLASH documentation. It makes 5 additions and 3 deletions to the UDS_FLASH.md file. The changes update commands used to empty flash memory and prepare writing based on whether a .cal or .ulp file is being used, with 81 for .cal and 82 for .ulp. It also standardizes the command for preparing ZI zone writing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
312 views

Update UDS - FLASH

The document is a commit to the arduino-psa-diag GitHub repository that updates the UDS_FLASH documentation. It makes 5 additions and 3 deletions to the UDS_FLASH.md file. The changes update commands used to empty flash memory and prepare writing based on whether a .cal or .ulp file is being used, with 81 for .cal and 82 for .ulp. It also standardizes the command for preparing ZI zone writing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Update UDS_FLASH · ludwig-v/arduino-psa-diag@ccc5894 · GitHub https://github.com/ludwig-v/arduino-psa-diag/commit/ccc58943a5f76ad...

ludwig-v / arduino-psa-diag

Code Pull requests Actions Security Insights

Update UDS_FLASH Browse files


master

Ludwig committed on 14 Feb1 parent 28720b0 commit ccc58943a5f76adabe3ba8027a9c5a725d7373a0

Showing 1 changed file with 5 additions and 3 deletions. Unified Split

8 UDS_FLASH.md

4 4
5 5 *Spaces in commands are only for readability*
6 6
7 + *.ulp files are including ELF files while .cal are including settings only (safer)*
8 +
7 9 ### Step 1 - Download session
8 10 | Command | Detail |
9 11 |--|--|
20 22
21 23 | Command | Detail |
22 24 |--|--|
23 - | 3101FF00 XX F05A | Empty flash memory - XX = Value from "S0" line inside calibration
file (Data[10]) - most of times 81 or 82 |
25 + | 3101FF00 XX F05A | Empty flash memory - XX = Value from "S0" line inside calibration
file (Data[10]) - 81 = .cal / 82 = .ulp |
24 26
25 27 Resend the same command until you get the response 7101FF000**2** (*7101FF000**1** =
Erasing in progress*)
26 28
27 29 ### Step 4 - Prepare writing
28 30
29 31 | Command | Detail |
30 32 |--|--|
31 - | 34 XX 110000 | Prepare flash writing - XX = Value from "S0" line inside calibration
file (Data[10]) - most of times 81 or 82 |
33 + | 34 XX 110000 | Prepare flash writing - XX = Value from "S0" line inside calibration
file (Data[10]) - 81 = .cal / 82 = .ulp |

1 sur 2 22/04/2021 à 13:39


Update UDS_FLASH · ludwig-v/arduino-psa-diag@ccc5894 · GitHub https://github.com/ludwig-v/arduino-psa-diag/commit/ccc58943a5f76ad...

32 34
33 35 Wait until you get the response 741000
34 36
71 73
72 74 | Command | Detail |
73 75 |--|--|
74 - | 34 XX 110000 | Prepare ZI zone writing - XX = Value from "S0" line inside
calibration file (Data[10]) +2 - most of times 83 or 84 |
76 + | 34 83 110000 | Prepare ZI zone writing |
75 77
76 78 Wait until you get the response 741000
77 79

0 comments on commit ccc5894


Please sign in to comment.

2 sur 2 22/04/2021 à 13:39

You might also like