Thank you very much for the replies. In this case, there will not be big problem at the H/W side.
But I am now having another problem on the software migration from source code of AN1951, using CodeWarrior.
In CodeWarrior, when I press "Make" buttom, the following Error will occur at the begining.
loadall
;/*****************************************************************************/
;/* PROJECT : Mosport State Machine Mimic MODULE : MAIN */
;/*****************************************************************************/
; Initial version: Jeff Burgess
RAMStart EQU $0080
RomStart EQU $7880
VectorStart EQU $FFF2
$Include 'hardef.h' {----Error : A1604
But when I modified the line into :
Include 'hardef.h' {----Passed
then, it was passed.
So that I dare say the source code was not developped under CodeWarrior since the usage is different, I guess. I am not sure I am right as I am a beginner of Freescale MCU user.
If so, please kindly advise how to convert into CodeWarrior language or some other idea.