Page 3 of 3

Posted: Wed Feb 08, 2006 5:42 am
by jsmcortina
Seems like some posts got removed from this topic. Where did they go?

James

Posted: Wed Feb 08, 2006 6:03 am
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.

MS2 V2.5 Wheel Decoder Code Update?

Posted: Wed Feb 08, 2006 6:03 am
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.

Posted: Sun Feb 12, 2006 4:23 am
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

Posted: Mon Feb 13, 2006 3:36 pm
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..

Posted: Tue Feb 14, 2006 2:33 pm
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..

Posted: Wed Feb 15, 2006 9:13 am
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.