Search found 6 matches

by MotoDan
Thu Jul 21, 2011 8:15 am
Forum: TunerStudioMS
Topic: Can't find Cranking Advance
Replies: 2
Views: 356

Re: Can't find Cranking Advance

A quick update. I just loaded MS/Extra V3.0 and am now able to get to the Cranking Advance dialog box in TS. Does anyone know if the cranking advance option can be made available in TS when using the B&G code such as 2.89?
by MotoDan
Tue Jul 19, 2011 7:19 am
Forum: TunerStudioMS
Topic: Can't find Cranking Advance
Replies: 2
Views: 356

Can't find Cranking Advance

Hello all,

I've read where there is a "Cranking Advance" setting under More Ignition Options, but I can't seem to find it. I'm using the latest TS V1.004 and running MS2 V2.890.

Thanks!
by MotoDan
Sun May 01, 2011 2:17 pm
Forum: MegaSquirt® Embedded Code
Topic: Problem compiling V2.890 using CodeWarrior
Replies: 6
Views: 3272

Re: Problem compiling V2.890 using CodeWarrior

Al,

I went ahead and replaced my flash.asm and flash.h files with the ones you attached and got a little farther down the linking process. The error I'm getting now is:

Link Error : L1102: Out of allocation space in segment ROM_C000 at address 0xF48E
Link Error : Link failed

Could this be due to ...
by MotoDan
Sun May 01, 2011 2:09 pm
Forum: MegaSquirt® Embedded Code
Topic: Problem compiling V2.890 using CodeWarrior
Replies: 6
Views: 3272

Re: Problem compiling V2.890 using CodeWarrior

I checked my CW project and I already have flash.asm and flash.h in my sources folder. Not quite sure why CW can't locate the four external functions (reboot,monitor,SpSub, and NoOp). Maybe I should be working with a later version of MS code? I could not find the source files for v2.900 and above ...
by MotoDan
Fri Apr 29, 2011 11:46 am
Forum: MegaSquirt® Embedded Code
Topic: Problem compiling V2.890 using CodeWarrior
Replies: 6
Views: 3272

Re: Problem compiling V2.890 using CodeWarrior

Thanks for the reply Al. My compiler errors went away once I renamed all of the tmpx vars. Might be a good idea to change them in the current source code. FYI - my CodeWarrior version is 5.9.0.

I think I'm almost there, but am now getting a linker error:

Link Error : L1822: Symbol SpSub in file ...
by MotoDan
Wed Apr 27, 2011 7:09 pm
Forum: MegaSquirt® Embedded Code
Topic: Problem compiling V2.890 using CodeWarrior
Replies: 6
Views: 3272

Problem compiling V2.890 using CodeWarrior

I'm just getting started with trying to build MS-II V2.890 using CodeWarrior V5.9.0 and am getting the following error:

Error : C12087: Not a valid operand
main_v2.890.c line 2371
Error : C10000: Nothing more expected

Here's the section of code that contains the error:

tmp2 = inpram.tpsmax ...