Ok, I thought you want to implement some functionality in the code. The term "non invasive way to switch"
was implying to me you want to do it in software
.
The TCS information comes via CAN into the CPU and I did not see any evidence that the
TCS-switch is routed to the ME7.
The Ignition switch signal is also called Kl.15, so you can check in your code which port bit on the CPU
gets this signal, in the example it is here: BMOV [S_kl15], P4.4
Other hardware signals of switches like brake and clutch pedal are connected to the CC650,
this is a MQFP80-package circuit in the ecu. Maybe you can trace down which pin of this
circuit connects to which switch, seems like there is no documentation about the CC650.
Given that I can find the sequence..
4AE03891 BMOV [B_dveeson], P2.9
4AE4384B BMOV [S_kl15], P4.4
4AEA3817 BMOV [S_ac], P8.1
4AEA3844 BMOV [P_ats], P8.4
4AEA3856 BMOV [P_swe], P8.5
4AEA3865 BMOV [P_crsh], P8.6
within my binary, does it follow that *my* Ignition also enters on P4.4 or is it more complicated?
Cheers!