MS2 V2.5 Wheel Decoder Code Update?
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:
James
MS1/Extra at: http://www.msextra.com/manuals/MS_Extra ... _Index.htm
MS2/Extra at: http://www.msextra.com/ms2extra (runs on MS2 and Microsquirt)
-
Bernard Fife
- Super Squirter
- Posts: 1009
- Joined: Mon Feb 16, 2004 3:15 pm
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?
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:
i get the following error when compiling (with gcc in linux)
the called function that causes the error is: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
Code: Select all
asm {
ldaa #CBEIF
jsr RamBurnPgm
};
return;
}
-
BraneDeadx
- MegaSquirt Newbie
- Posts: 21
- Joined: Mon Sep 12, 2005 2:50 pm
- Location: Modesto CA
- Contact:
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.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..