JS11 internally pulled low? Launch switch input

This is a forum for discussing the development and testing of alpha MS2/Extra code. Documentation
(Runs on MS2 and Microsquirt)

Moderators: jsmcortina, muythaibxr

Post Reply
chense
Helpful MS/Extra'er
Posts: 92
Joined: Sat Jun 17, 2006 7:11 am
Location: Zagreb, Croatia

JS11 internally pulled low? Launch switch input

Post by chense »

Hi,

Trying to get the launch switch to work with beta8 on v3 board, but nothing makes sense - built the circuit with two protective diodes (one from JS11 to +5V on the proto, one from JS11 to the switch, switch tied to ground). Diodes checked OK.

The problem is that nothing pulls JS11 high - with the diode to +5V, the voltage there is .17V (between JS11 and the ground). With a pull-up of 2k2 the voltage is 0.22V, wtf?
[the JS11 was selected in MT as the launch input during measuring, TPS was over the launch threshold]
Same situation when tried with JS7 and JS10 (tried with just the diode, not the pull-up) - nothing pulls the port up.

What am I missing?


--
Thanks,
Tom
muythaibxr
Site Admin
Posts: 8230
Joined: Thu Oct 14, 2004 12:48 pm

Post by muythaibxr »

You might not be missing anything, there could be a bug.

In any case, can you post your msq?

Thanks.

Ken
chense
Helpful MS/Extra'er
Posts: 92
Joined: Sat Jun 17, 2006 7:11 am
Location: Zagreb, Croatia

Post by chense »

muythaibxr wrote:You might not be missing anything, there could be a bug.

In any case, can you post your msq?
No problem, here is it.

What about this piece of code (ms2_extra_init.c, function main_init(void), line 374) :

Code: Select all

           if (pPTApin0 == &dummyReg) {
             conf_err = 7;
           } else {
             pPTApin0 = &dummyReg;
             //need to configure as input and setup pullup
           }
Is this a 'TODO' comment or not?

--
Bye,
Tom
muythaibxr
Site Admin
Posts: 8230
Joined: Thu Oct 14, 2004 12:48 pm

Post by muythaibxr »

Certainly possible. Looks like we didn't get around to reconfiguring that pin, or we do it somewhere else in the code. It looks like there are a couple of pins that were not finished.

Ken
GintsK
Experienced MS/Extra'er
Posts: 274
Joined: Sat Aug 07, 2004 11:15 am
Location: Riga, Latvia

Post by GintsK »

For me too launch do not work on js11. As I understand I have no hope to get it working until Saturday?
Some of my instalations:
VW TBI, VW 16V 60-2,
BMW M50 COPs 60-2, BMW M20 and M50 ITBs as Alpha-N, BMW M20 turbo Wasted spark
Opel 20XE Wasted Alpha-N with ITBs
Audi 10VT Audi20V
MR2 3S-GE.............
and over 100 tuned
muythaibxr
Site Admin
Posts: 8230
Joined: Thu Oct 14, 2004 12:48 pm

Post by muythaibxr »

that one shouldn't be too hard to fix. I'll be doing another release tonight or tomorrow, so I'll try to get that in.

Ken
GintsK
Experienced MS/Extra'er
Posts: 274
Joined: Sat Aug 07, 2004 11:15 am
Location: Riga, Latvia

Post by GintsK »

Thank You! Will await.
Some of my instalations:
VW TBI, VW 16V 60-2,
BMW M50 COPs 60-2, BMW M20 and M50 ITBs as Alpha-N, BMW M20 turbo Wasted spark
Opel 20XE Wasted Alpha-N with ITBs
Audi 10VT Audi20V
MR2 3S-GE.............
and over 100 tuned
Eville140
Helpful MS/Extra'er
Posts: 60
Joined: Mon Dec 19, 2005 8:16 pm
Contact:

Post by Eville140 »

Did you try any of the other input in the drop down box in megatune while hooked to js11?

I ended up changing my setup to this
http://www.msextra.com/viewtopic.php?p= ... ht=#165235

And it has worked with both 7 and 8
GintsK
Experienced MS/Extra'er
Posts: 274
Joined: Sat Aug 07, 2004 11:15 am
Location: Riga, Latvia

Post by GintsK »

Just try. JS11, JS8, JS7 do not work for me. It is on 20010812 version.

Is some indicator for launch control in Megatune? I see three empty cells between other indicators.

Gints.
Some of my instalations:
VW TBI, VW 16V 60-2,
BMW M50 COPs 60-2, BMW M20 and M50 ITBs as Alpha-N, BMW M20 turbo Wasted spark
Opel 20XE Wasted Alpha-N with ITBs
Audi 10VT Audi20V
MR2 3S-GE.............
and over 100 tuned
Paul260z
MS/Extra Newbie
Posts: 20
Joined: Wed Feb 01, 2006 4:39 pm
Location: Dallas,Texas
Contact:

Post by Paul260z »

launch is working in beta10, i had ran into the same problems as all of you didnt know why. Happy to know that it is now working, just tried it out.
260Z Turbo MS2 Extra Beta9, Error* board, MSD 6AL
WWW.DFWDatsuns.com
Post Reply