I am running into this same issue. Programming not finished P1681 008. Any idea how to fix? I can clear that fault and rewrite the flash but everytime I cycle the key this fault comes back. Any ideas? 4D0907560DD Me7.1.1 vw phaeton ecu.
Its the first post in this thread...
Here's the fix.
Open your file in a hex editor and find the follwing string:
"DB 00 28 02 84 00 ?? ?? C2 F4 ?? ?? 66 F4 80 00 2D"
After finding this, change the last byte from 2D to 0D
Example:
Before:
F4 80 00 2D 0D E6 F4 F0 A5
After:
F4 80 00 0D 0D E6 F4 F0 A5