FG Falcon Restraints Control Module & Crash Data

Ford information and tools can be found here
Post Reply
jakka
Posts: 13
Joined: Mon Dec 11, 2023 11:51 am
cars: 6FPAAAJGSW9E86101
Location: Aus
Contact:

FG Falcon Restraints Control Module & Crash Data

Post by jakka »

Hola Amigos,

Going to start documenting efforts on cracking the RCM on the Falcon. I haven't put alot of time into this yet but I have found some interesting bits - the module was manufactured by the same company (Siemens VDO) as the PCM, you will notice that both RCM and PCM cases are made of the same metal.

By modifying Fermec's PCM Flashread program and altering the CAN identifiers to be that of the RCM (0x737, 0x73F) and replacing the PCM seed key with that of the RCM (DIODE) I was able to get Fermec's program to read the RCM flash - so it looks like the RCM uses very similar processes to the PCM.

What little I have done is kept at https://github.com/jakka351/RCM, I will update this post as progress develops.

This is what peeked my curiosity, from the owners manual:
Image

So we know that the RCM acts as both an Event Data Recorder and a Crash Data Recorder. Lots to discover.
TTFN
Attachments
securityAlgo.cs.txt
(2.22 KiB) Downloaded 75 times
RESTRAINTS_CONTROL_MODULE_SECRET_KEYS.cs.txt
(607 Bytes) Downloaded 77 times
RESTRAINTS_CONTROL_MODULE_MEMORY_LOCATIONS.cs.txt
(6.52 KiB) Downloaded 72 times
RESTRAINTS_CONTROL_MODULE_HEADERS.cs.txt
(986 Bytes) Downloaded 75 times
RESTRAINTS_CONTROL_MODULE_DTC.cs.txt
(1.27 KiB) Downloaded 73 times
RCMAsBuilt.abt.txt
(232 Bytes) Downloaded 71 times
VX L67 Getrag
Posts: 2883
Joined: Sun Aug 02, 2009 9:16 pm
Location: Bayside, Melbourne, Victoria
Contact:

Re: FG Falcon Restraints Control Module & Crash Data

Post by VX L67 Getrag »

VERY interesting & great work with being able to modify the program to work on a completely different module!
User avatar
Gareth
Posts: 2513
Joined: Fri Mar 14, 2014 8:37 pm
Location: Bacchus Marsh, Vic

Re: FG Falcon Restraints Control Module & Crash Data

Post by Gareth »

Following with great interest, great work!! :thumbup:
According to chemistry, alcohol is a solution...
jakka
Posts: 13
Joined: Mon Dec 11, 2023 11:51 am
cars: 6FPAAAJGSW9E86101
Location: Aus
Contact:

Re: FG Falcon Restraints Control Module & Crash Data

Post by jakka »

Updated the git readme and now have the RCM on the bench with the raspberry.
Image
Post Reply