problem reading suzuki car ecu 33920-057k8

Problems with your Arduino Programmer
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1107: count(): Parameter must be an array or an object that implements Countable
swami
Posts: 21
Joined: Wed Sep 24, 2014 6:02 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1107: count(): Parameter must be an array or an object that implements Countable

problem reading suzuki car ecu 33920-057k8

Postby swami » Fri Sep 04, 2015 8:48 pm

good day
I am trying to read the contents from this ecu with sh7058 mcu
I Have connected cables to the AUD port as per the instruction. and powered the ecu via main harness connector

The bin file created is all (00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00)
for every line of data.
This ecu still starts and runs the car perfectly with no warning lights
Could my interface be faulty though it is recognized by the PC?

Can anyone help me troubleshoot this issue?

PVTech
Site Admin
Posts: 48
Joined: Wed Feb 13, 2013 7:35 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1107: count(): Parameter must be an array or an object that implements Countable

Re: problem reading suzuki car ecu 33920-057k8

Postby PVTech » Thu Sep 10, 2015 6:06 pm

Hi swami,

have you doublechecked the lines? Have you traced the lines back to the mcu? It would be better if you could provide some hi res photos of the ECU.

swami
Posts: 21
Joined: Wed Sep 24, 2014 6:02 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1107: count(): Parameter must be an array or an object that implements Countable

Re: problem reading suzuki car ecu 33920-057k8

Postby swami » Mon Sep 14, 2015 4:16 am

the appropriate connections have been made,
photo is attached

is it possible this ecu requires a resistor and/or boot jumper?

swami
Posts: 21
Joined: Wed Sep 24, 2014 6:02 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1107: count(): Parameter must be an array or an object that implements Countable

Re: problem reading suzuki car ecu 33920-057k8

Postby swami » Sun Oct 18, 2015 1:39 am

i found pinout of hardware that matches my ecu.
something is still not right
any insight or suggestions would be most appreciated

[attachment=0]swift.zip[/attachment]

PVTech
Site Admin
Posts: 48
Joined: Wed Feb 13, 2013 7:35 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1107: count(): Parameter must be an array or an object that implements Countable

Re: problem reading suzuki car ecu 33920-057k8

Postby PVTech » Sat Oct 24, 2015 10:34 am

Hi,

the bin included in the swift.zip file is correct. Isnt this from your ecu?
Following the directions from the datasheet it should read the processor.

Twice
Posts: 9
Joined: Thu Feb 14, 2013 1:50 pm
Location: Sweden
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1107: count(): Parameter must be an array or an object that implements Countable

Re: problem reading suzuki car ecu 33920-057k8

Postby Twice » Mon Oct 26, 2015 11:07 pm

5 files and none is same... partnumbers etc shows up though so not total corruption.
we are testing some tweaks on setting up the ecu, same mcu as in the navara ecu.

Psyche, did AUD reader have WDT function pin? Or shall we go for my crude timer on extra ttl cable when/if time for writing test?

swami
Posts: 21
Joined: Wed Sep 24, 2014 6:02 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1107: count(): Parameter must be an array or an object that implements Countable

Re: problem reading suzuki car ecu 33920-057k8

Postby swami » Wed Oct 28, 2015 3:54 am

it is from my ecu.
i have never seen an ecu read out in this manner

PVTech
Site Admin
Posts: 48
Joined: Wed Feb 13, 2013 7:35 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1107: count(): Parameter must be an array or an object that implements Countable

Re: problem reading suzuki car ecu 33920-057k8

Postby PVTech » Wed Oct 28, 2015 10:06 am

I compared the 2 files. It seems that the mcu resets every few bytes.
I remember the old suzuki ecus had an external watchdog and we had to cut a trace in order to read them with BDM.
Digitalpin 3 in arduino is a 125Hz signal which you can use for a watchdog signal. It is used in some subaru ECUs to read them.
Maybe you will have to watch the reset and NMI signals in your ecu using a logic analyzer. If it pulses then there is an external circuit (watchdog) that resets the ecu during reading. Trace the reset and/or the NMI line and try to "cut" the trace somehow. Either you will desolder a resistor or you will have to actually cut the trace on the board.

swami
Posts: 21
Joined: Wed Sep 24, 2014 6:02 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1107: count(): Parameter must be an array or an object that implements Countable

Re: problem reading suzuki car ecu 33920-057k8

Postby swami » Wed Oct 28, 2015 4:26 pm

thanks
i will test and report my findings

swami
Posts: 21
Joined: Wed Sep 24, 2014 6:02 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1107: count(): Parameter must be an array or an object that implements Countable

Re: problem reading suzuki car ecu 33920-057k8

Postby swami » Thu Oct 29, 2015 7:22 pm

connecting the digital pin 3 to the watchdog timer pad was all need to get consistent read from this ecu no cutting was required
thanks again.

PVTech
Site Admin
Posts: 48
Joined: Wed Feb 13, 2013 7:35 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1107: count(): Parameter must be an array or an object that implements Countable

Re: problem reading suzuki car ecu 33920-057k8

Postby PVTech » Thu Oct 29, 2015 9:54 pm

Glad that you succeeded.


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1107: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1107: count(): Parameter must be an array or an object that implements Countable

Return to “Troubleshooting”

Who is online

Users browsing this forum: No registered users and 1 guest