RhinoPower Ltd

Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: Software Tools


Member

Status: Offline
Posts: 5
Date:
RE: Software Tools
Permalink  
 


Ok. Let me know when they will available. I have been seeing this problem evolve on the news lately and now the bottleneck effect on cargo ships.

PD: I don't now I you have had time to see another post I did regarding ECU compatabilites. Cheers!!

Thx!!



__________________
Sidekick 94 4dr 16V 1.6L A/T Cammy made


Guru

Status: Offline
Posts: 1351
Date:
Permalink  
 

At the moment there are no interfaces available due to shortages of the chips used in them. I'm working away from home until at least the end of this week but I may have some interfaces in a couple of weeks - I have parts due to be despatched on 11th of this month, I'm just waiting to see if I get them or if the date just gets moved back.



-- Edited by TechSupport on Sunday 3rd of October 2021 04:38:00 PM

__________________

1984 Suzuki SJ413K pick up, 1.6 16V Baleno engine
2000 Suzuki Vitara 1.6 8V, many mods
2004 Suzuki Ignis 1.5VVT 4Grip
2006 Suzuki Jimny 1.3VVT JLX+
and many more.



Member

Status: Offline
Posts: 5
Date:
Permalink  
 

Hi I have a Suzuki 94 16v A/T. Is there a place to get an OBD1 connector to scan for live data?

Thx!!

__________________
Sidekick 94 4dr 16V 1.6L A/T Cammy made


Guru

Status: Offline
Posts: 1351
Date:
Permalink  
 

I've moved this to its own thread here: https://rhinopower.activeboard.com/t66419432/76c55-mh6311-information/



-- Edited by TechSupport on Monday 16th of March 2020 09:55:55 AM

__________________

1984 Suzuki SJ413K pick up, 1.6 16V Baleno engine
2000 Suzuki Vitara 1.6 8V, many mods
2004 Suzuki Ignis 1.5VVT 4Grip
2006 Suzuki Jimny 1.3VVT JLX+
and many more.

Bob


Veteran Member

Status: Offline
Posts: 63
Date:
Permalink  
 

Ok so what I’ll need is a Suzuki ecu with the 84 pin chip to be able to identity the circuity that leads to the mode pins as there is no pinouts for the 100 pin chip.

Which ecu you have worked on does that 84 pin chip come in?

What rom size do you allow for and how do you determine the rom size or is it a case that the ecu will only dump a certain size ?

For example my H8 ecus dump a rom size of 128kb and the sh ecus dump a file of 256kb 

 



__________________


Guru

Status: Offline
Posts: 1351
Date:
Permalink  
 

The MH63 should be a 76C55, I have an adapter to read the 84-pin devices but I have not got one for the 100-pin packages. Pinouts for the 84-pin series are here: http://rhinopower.org/76xxx/76xxx.html the 6301 datasheet and handbook describe special test mode, essentially you need to boot with both the mode pins connected to 0V. In that circuit I use a counter to disable external reads to the top of memory after a small number of clock cycles to allow the interrupt vectors to be read.



__________________

1984 Suzuki SJ413K pick up, 1.6 16V Baleno engine
2000 Suzuki Vitara 1.6 8V, many mods
2004 Suzuki Ignis 1.5VVT 4Grip
2006 Suzuki Jimny 1.3VVT JLX+
and many more.

Bob


Veteran Member

Status: Offline
Posts: 63
Date:
Permalink  
 

from browsing the site I have come across the attached pictures but the actual process of connecting to the board and entering special test mode I have not found.

i have traced some of the pins on the chip and documented what I believe them to be .



Attachments
__________________
Bob


Veteran Member

Status: Offline
Posts: 63
Date:
Permalink  
 

TechSupport wrote:

Which processor? The 76 series are read like a 6301 using special test mode. I designed dedicated hardware for that purpose.


 The MH63x series’s.

can I buy the software and hardware required or is there an option of sending the ecu to you ?

Thanks Brendan 



__________________


Guru

Status: Offline
Posts: 1351
Date:
Permalink  
 

Which processor? The 76 series are read like a 6301 using special test mode. I designed dedicated hardware for that purpose.

__________________

1984 Suzuki SJ413K pick up, 1.6 16V Baleno engine
2000 Suzuki Vitara 1.6 8V, many mods
2004 Suzuki Ignis 1.5VVT 4Grip
2006 Suzuki Jimny 1.3VVT JLX+
and many more.

Bob


Veteran Member

Status: Offline
Posts: 63
Date:
Permalink  
 

Hi.

i have a few questions.

How do you dump the rom from these chips?

Do these chips require 12v on a pin in order to enter read/ mode?

what hardware/ software is required?

Its for a one off code dump of a Mitsubishi ecu.

Thanks Brendan.



__________________


Guru

Status: Offline
Posts: 1351
Date:
Using TASM with MiniIDE
Permalink  
 


I've been able to get TASM working with MINIDE so I've written a document that explains how to set this up. This makes modifying the code a little easier with no need to use a command window.

http://www.rhinopower.org/mods/docs/Using_MiniIDE.doc

 



__________________

1984 Suzuki SJ413K pick up, 1.6 16V Baleno engine
2000 Suzuki Vitara 1.6 8V, many mods
2004 Suzuki Ignis 1.5VVT 4Grip
2006 Suzuki Jimny 1.3VVT JLX+
and many more.



Guru

Status: Offline
Posts: 1351
Date:
MiniIDE and the 76 series processors
Permalink  
 


I have been using MiniIDE a lot lately to write test software for the 8V MH6211 and MH6111 processors used on the 8V Track/Kick/Vits. Its a 68HC11 environment but it can be used 'out of the box'  as you only use the 6801 supported instructions. The coloured syntax is much nicer to work with than the plain text in Notepad.

http://www.mgtek.com/miniide/

For writing programmes that use the more advanced features of these processors then MiniIDE can be used to write the code and the Telemark TASM assembler can be used in a command window (not suitable for 64-bit OS!) works but the syntax is not compatible with regular 6801/HC11 assemblers.

http://home.comcast.net/~tasm/tasmman.htm

A processor defintion table is required and that can be downloaded from the DSM Yahoo group.

http://autos.groups.yahoo.com/group/dsm-ecu/

Utility to convert from Motorola format programming files to binary files for use in an EPROM programmer, may not be required if your programmer supports S records:

http://www.keil.com/download/docs/10.asp

 



__________________

1984 Suzuki SJ413K pick up, 1.6 16V Baleno engine
2000 Suzuki Vitara 1.6 8V, many mods
2004 Suzuki Ignis 1.5VVT 4Grip
2006 Suzuki Jimny 1.3VVT JLX+
and many more.



Guru

Status: Offline
Posts: 1351
Date:
Software Tools
Permalink  
 


Tuner Pro, makes analysing and modifying maps nice and simple. I'll post ECU definition files, hopefully others will too.

http://www.tunerpro.net/


FRHED Hex editor , there are loads of these but this is the one that I use:

http://frhed.sourceforge.net/

Disssembler for the 76xxx processors:

DSM ECU disassembler


Disassembler for 68xx and 63xx processors

http://www.16paws.com/ECU/DASMxx/DASMx.htm



-- Edited by TechSupport on Wednesday 9th of June 2021 03:43:29 PM

__________________

1984 Suzuki SJ413K pick up, 1.6 16V Baleno engine
2000 Suzuki Vitara 1.6 8V, many mods
2004 Suzuki Ignis 1.5VVT 4Grip
2006 Suzuki Jimny 1.3VVT JLX+
and many more.

Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.



Create your own FREE Forum
Report Abuse
Powered by ActiveBoard