Announcement

Collapse
No announcement yet.

Modifying Motronic 2.3.2 ECU hardware and software.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 0 does not make the change you want.

    Comment


    • My thought was, that every load value is greater 0, which disables lambda control.

      But i haven't looked at the binary yet...

      Comment


      • Try it with standard maps and wideband. You will understand in some seconds.

        Comment


        • Originally posted by -ice- View Post
          Ok the map i'm looking at has it's maximum (high threshold) at 3000rpm. So setting the value to 0 should disable the lambda control.
          This is correct.

          Originally posted by Acki View Post
          Try it with standard maps and wideband. You will understand in some seconds.
          There is nothing to try, he knows exactly how it works. And it works exactly the same on your ECU if you are editing the right map.
          The only difference on your ECU is that fuel trim will remain active in entire range, even when open loop, and on his it won't, so on your ECU you need to also clear codes to reset learned fuel trims to 0.

          No need for BS.
          http://tuner.ee - http://www.facebook.com/tuner.ee

          Comment


          • Good evening,

            Interesting to see that the MAF voltage is converted to a frequency (by a discrete VCO Chip on the boost Board). This frequency is fed directly into the IGN processor and counted with a Timer.
            So with more airflow the counter register is incremented more often. Not clear at moment is how this counter value is snychronized with the rest because its only read by an external interrupt serice routine. The question is, how long (or how many periods) does the timer count until it is reset?!
            That are questions i study at the moment

            Regards

            Comment


            • Originally posted by -ice- View Post
              Good evening,

              Interesting to see that the MAF voltage is converted to a frequency (by a discrete VCO Chip on the boost Board). This frequency is fed directly into the IGN processor and counted with a Timer.
              So with more airflow the counter register is incremented more often. Not clear at moment is how this counter value is snychronized with the rest because its only read by an external interrupt serice routine. The question is, how long (or how many periods) does the timer count until it is reset?!
              That are questions i study at the moment

              Regards
              IEX3 / IEX0
              http://tuner.ee - http://www.facebook.com/tuner.ee

              Comment


              • Hi,

                Just a question concerning the "old" Motronics with 8k boost eprom (f.e. 551A). Is there ayny hardware difference on the circuit board in comparison to the newer versions?

                Im thinking for example at fewer adress lines (i will check this with the eprom datasheets...)

                Just looked at the boost board a little bit. It also seems to have a small x-ram on the bottom side.

                Regards

                Comment


                • The software is exactly the same until RS2 came around.
                  With small modifications the newer software will run in the 8k chip (checksum range etc) and will work on the older ECU.

                  That said, the 551A should be avoided due to the extremely rare 87c64 chip.
                  http://tuner.ee - http://www.facebook.com/tuner.ee

                  Comment


                  • Ok, i have seen the checksum routines. One checks from 0x3fff downwards and the other from 0x1fff downwards. The algrorithm is a bit confusing, it checks 0x00ff to 0x0000 first and then 0x3fff to 0x0100

                    Also discovered a RAM test, which tests every cell at startup. Very cute..

                    So if i have a 8kb Rom and copy this into 32kb eprom it will work? Im asking because I have a never used stage1 tuning chip with 8kb boost chip an i'm curious to try it out at least once (with my newer motronic of course...)

                    I guess the old motronics dont have A13 and A14 wired on the board.

                    Regards and thx for your help

                    Comment


                    • It will work yes ... no reason to do it though, use RS2 base.
                      http://tuner.ee - http://www.facebook.com/tuner.ee

                      Comment


                      • can anyone help my to calculate checksum?

                        https://www.sendspace.com/file/rdcezd

                        Comment


                        • im still trying and finding the rev limter on this thing with no luck. i read that the automatic AAN rev limiter is 6600, the manual AAN rev limiter is 7211 and the RS2 rev limiter is 7196. strange that the RS2 is lower than the manual AAN. anyhow, i used used the motronic.ws site where they suggest that if i take a what the rev limiter hex value is and divide it by 983600 it will show the real rev limiter value. EX 983600/hex=rev limit. seems simple enough so when i discovered actual values above i figured id work backwards by going with 983600/7211=136. now 136 is decimal which needs converted to hex and the hex value of 136 is 88. so i have searched high and low comparing the 551C manual file and the 551D automatic file hoping that 88 hex will jump out with absolutely 0 luck. am i doing this completely wrong? does the motronic.ws site have false information on it?

                          i have even tried to use what the motronic.ws site suggested to figure out the type 3 rev limiter and it give me nothing. i've been staring at this for almost a year now and cannot figure it out.
                          "The really good drivers got the bugs on the side windows." Walter Röhrl

                          Comment


                          • That site is incorrect for the 20VT method !
                            Paul Nugent
                            Webmaster http://S2central.net
                            Administrator http://S2forum.com

                            1994 S2 Coupe ABY - aka Project Lazarus
                            2001 A6 allroad 2.5TDi - family tank
                            2003 S4 Avant 4.2 V8 - daily burble

                            Purveyor of HomeFries and Exclusive agent for Samco hose kits (S2/RS2)

                            There are only 10 kinds of people that understand binary - those that do, and those that don't

                            Comment


                            • You have posted the same question some pages ago and we have already discussed it!


                              If you can't find it on your own, search on the internet for the revlimiter (assembler) code. You will find some forums, where it is posted. You will also find it then in your code.

                              Regards

                              Comment


                              • Originally posted by -ice- View Post
                                You have posted the same question some pages ago and we have already discussed it!


                                If you can't find it on your own, search on the internet for the revlimiter (assembler) code. You will find some forums, where it is posted. You will also find it then in your code.

                                Regards
                                i know where the rev limiter is along with the fault code about engine speed exceeded, i just cant figure out the math to make it into a real world value.
                                "The really good drivers got the bugs on the side windows." Walter Röhrl

                                Comment

                                Working...
                                X