MS2 V2.5 Wheel Decoder Code Update?

This forum is for discussion of MicroSquirt (TM) from Bowling and Grippo. The MicroSquirt information site is at www.usEasyDocs.com
Forum rules
Read the manual to see if your question is answered there before posting. If you have questions about MS1/Extra or MS2/Extra or other non-B&G code configuration or tuning, please post them at http://www.msextra.com The full forum rules are here: Forum Rules, be sure to read them all regularly.
jsmcortina
MegaSquirt Guru
Posts: 332
Joined: Mon May 03, 2004 12:34 am
Location: Birmingham, UK
Contact:

Post by jsmcortina »

Seems like some posts got removed from this topic. Where did they go?

James
Bernard Fife
Super Squirter
Posts: 1009
Joined: Mon Feb 16, 2004 3:15 pm

Post by Bernard Fife »

James,

The posts were moved to the hi-tech forum (http://www.msefi.com/viewtopic.php?t=15779) since they dealt with "technical developments not currently implemented in MegaSquirt/MS-II".

Lance.
Kevin Wood
MegaSquirt Newbie
Posts: 6
Joined: Mon May 03, 2004 8:58 am
Location: Alton, Hampshire, UK

MS2 V2.5 Wheel Decoder Code Update?

Post by Kevin Wood »

> Seems like some posts got removed from this topic. Where did they go?

Was just scratching my head trying to work out where I'd posted. Could
have sworn it was on this thread ;-)

Kevin

Posted by email.
barf
MegaSquirt Newbie
Posts: 9
Joined: Tue May 31, 2005 4:11 am
Location: Christchurch, New Zealand
Contact:

Post by barf »

can someone help me, im trying to compile the 2.53 code

i get the following error when compiling (with gcc in linux)
main.c: In function `Flash_Erase_Sector':
main.c:4994: error: parse error before '{' token
main.c:4995: error: syntax error at '#' token
main.c: In function `Flash_Write_Word':
main.c:5006: error: parse error before '{' token
main.c:5007: error: syntax error at '#' token
make: *** [main.o] Error 1
the called function that causes the error is:

Code: Select all

   asm {
     ldaa  #CBEIF
     jsr  RamBurnPgm
   };
   return;
}
am i missing a header file? could someone please post their working directory
it's not the size, it's what you do with it.
BraneDeadx
MegaSquirt Newbie
Posts: 21
Joined: Mon Sep 12, 2005 2:50 pm
Location: Modesto CA
Contact:

Post by BraneDeadx »

I had quick question, with the 2.53 code and 2.34 code, is there any other differences besides the wheel decodeing portion? or was that the main high light of the newer code

Sean..
Im hear to take over everyone and there megasquirt, ive been there done that with my own EFI gizzmo's check my site out for more!! :)
2.4tneon
MegaSquirt Newbie
Posts: 12
Joined: Thu Jan 26, 2006 11:37 am
Location: new port richey, FL

Post by 2.4tneon »

is any one working on code for the 420a neon engine for MS2 V3 for ignition to use the VB921 ignition module..
grippo
MegaSquirt Guru
Posts: 921
Joined: Mon Feb 16, 2004 6:55 pm

Post by grippo »

BraneDeadx wrote:I had quick question, with the 2.53 code and 2.34 code, is there any other differences besides the wheel decodeing portion? or was that the main high light of the newer code

Sean..
All the new features in v2.5x and 2.6 are spelled out in the state of the union message under the General Megasquirt forum.
Post Reply