I'm a noob, so please forgive some naivety...
I've just tried "make"ing the ver 2.891 code in the free version of Codewarrior 5.90
I get lots of undeclared variable and type mis-match errors. I fixed some of them by searching
the megamanual site and discovering that the timer variables pTC0 etc are defined in the
.h file directly linked here:
http://www.megamanual.com/ms2/hcs12def.h
but are named as TCO etc in the corresponding file in the zipped project download.
Are there other files that should be updated?
Some other stuff is hard to see as an update issue, ie pTIC and pTOC are defined as arrays of
pointers to volative unsigned shorts, but are assigned as though having one less level
of indirection, viz arrays of volatile unsigned shorts...
So what am I doing wrong
Also, as a hint, just how much code would I need to junk to get below the 32k limit?
I can certainly live without knock sensing, flex fuel, EDIS and a lot of other trigger options
(this is for a uS going on a motorcycle with toothed wheel)... but will that be enough?